lilypond-user
[Top][All Lists]
Advanced

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

Re: Move bass note in a slash chord symbol?


From: Peter Crighton
Subject: Re: Move bass note in a slash chord symbol?
Date: Sat, 16 May 2015 17:35:47 +0200

2015-05-16 3:51 GMT+02:00 Thomas Morley <address@hidden>:
2015-05-16 3:14 GMT+02:00 Peter Crighton <address@hidden>:
> 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 :(

But it works, and I only need it in three or four places, so thanks a lot!

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de


reply via email to

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