2015-05-16 3:14 GMT+02:00 Peter Crighton <[email protected]>:
> Hi all,
>
> I have this rather long chord name that is taking too much horizontal space
> in a sheet I’m working on. How can I move the “/F” part beneath the rest of
> the chord like in the attached mockup? Ideally I would also like to further
> tweak the slash position individually, as it now appears too far down to me.
> I would rather have it vertically center-aligned with the F.
>
>
> \version "2.19.15"
>
> \chords <<
>  bes:7sus4/f
>>>



My patch for
https://code.google.com/p/lilypond/issues/detail?id=4344
isn't finished.
So you need to do it manually:

\chords {
 \override ChordName.text =
 \markup { "B" \hspace #0.094725
     \smaller
     \raise #0.3 \musicglyph #"accidentals.flat"
     \override #'(baseline-skip . 1.5)
     \column {
       \super
       \line { "7" \hspace #0.5 "sus" "4" }
       \line { "/" "F" }
     }
 }

 bes:7sus4/f
}


Not very nice :(

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to