Jacques,
On Thu, Jan 7, 2016 at 11:42 AM, Jacques Menu <[email protected]> wrote: > Hello Pierre, > > This doesn’t compile on 2.19.33 though. > > Thanks for all the help you provide to the rest of us! > Try this out: %<----------------------- \version "2.19.31" \layout { \context { \ChordNames \override ChordName.font-family = #'roman \override ChordName.font-size = #0 } } \score { << \new ChordNames \chords { f2 gis4 dis b } \new Staff << \new Voice \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 = "chrds" \relative c' { \voiceTwo \tieDashed \set melismaBusyProperties = #'() \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 } >> \new Lyrics \lyricsto "chrds" { V \markup\concat { \raise #.5 \small \flat VII } \markup\center-column { \concat { \raise #.9 \small \sharp III } IV } I } >> } %<----------------------- HTH, Abraham
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
