2015-05-16 3:51 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>:

> 2015-05-16 3:14 GMT+02:00 Peter Crighton <petecrigh...@gmail.com>:
> > 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to