lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical positioning of consecutive figured bass indications


From: Noeck
Subject: Re: vertical positioning of consecutive figured bass indications
Date: Sun, 31 Jan 2016 22:31:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Dear Leszek,

this is automatically achieved if you do not put the bass figures inside
the staff but in a separate FiguredBass context:

\version "2.19.5"

\score {
  <<
    \new FiguredBass \figuremode { <4>16 <3>8. }
    \new Staff { \clef bass bes4  }
  >>
}

HTH,
Joram



reply via email to

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