lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to reproduce this?


From: Pierre Perol-Schneider
Subject: Re: How to reproduce this?
Date: Thu, 7 Jan 2016 17:51:40 +0100

Hi Buschmann,

How about :

\version "2.18.2"
%\language "german"

\layout {
  \context {
    \ChordNames
    \override ChordName.font-family = #'serif
    \override ChordName.font-size = #0
  }
}

<<
  \chords {
    f2 gis4 dis b
  }
  <<
    \relative c'' {
      \numericTimeSignature
      \voiceOne
      \tuplet 3/2 { c8 c c }
      \tuplet 3/2 { c c c }
      \tuplet 3/2 { dis dis dis }
      \tuplet 3/2 { dis dis dis } | %m1
      fis4
    }
    \new Voice = "Chords"
    \relative c' {
      \voiceTwo
      \slurDashed
      \override Stem.stencil = ##f
      < f a c >2
      \override NoteColumn.force-hshift = #1
      < gis bis dis >4 ^( < fisis ais dis >)^( | %m1
      \revert NoteColumn.force-hshift
      < fis b dis >4)
    }
  >>
  \addlyrics \lyricsto "Chords" {
    V2
    \markup\concat { \raise #.4 \small\flat VII }
    \markup\center-column {
      \concat { \raise #.7 \small\sharp III }
      IV
    }
    I
  }
>>


Cheers,
Pierre

2016-01-07 17:06 GMT+01:00 Carl-Henrik Buschmann <address@hidden>:
Hi,

I'm a Lilypond newbie switching over from Sibelius. As part of my self tutoring I have tried my hand at reproducing a example (written in Sib) i used in my thesis:

http://i.imgur.com/SboviWR.png

I'm a bit stuck and i hope you guys can give me a nudge.
This is my feeble attempt:

\version "2.18.2"
\language "german"

<<
\chords {
  f2 gis4 dis b
}

\relative c'' {
  \tuplet 3/2 { c8 c c }
  \tuplet 3/2 { c c c }
  \tuplet 3/2 { dis dis dis }
  \tuplet 3/2 { dis dis dis } | %m1
  fis4
}

\\
\relative c' {
  < f a c >2 < gis bis dis >4 < fisis ais dis > | %m1
  < fis b dis >4
}
\addlyrics {
  V2 bVII III/IV I
}
>>

Product:
http://i.imgur.com/Ot3HNE2.png

I have many problems:

1) The chords are at the bottom.
2) The chords have the wrong font.
3) I have NO idea how to properly write roman numeral analysis, lyrics is not the way to go it seems.
4) The dottet phrasing line.
5) The 1. and 2. voice crash.

Help?

Buschmann
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]