Hello Abraham,

Thanks, that works fine!

JM

> Le 7 janv. 2016 à 19:47, Abraham Lee <tisimst.lilyp...@gmail.com> a écrit :
> 
> Jacques,
> 
> 
> 
> On Thu, Jan 7, 2016 at 11:42 AM, Jacques Menu <imj-muz...@bluewin.ch 
> <mailto:imj-muz...@bluewin.ch>> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to