-Eluze <elu...@gmail.com> writes:

> lesmondo wrote:
>> 
>> Hi,
>> 
>> 
>> I'm trying to separate bow marks/fingerings from notes and the bow
>> marks/fingerings don't align with the notes correctly.
>> 
>> What am I doing wrong?
>> 
>> 
> I don't understand why you are using fingerings and bows in both voices!?

It is not obvious to me that he intended to create two voices.  Implicit
context creation is good for lots of surprises.

> but you can still make it work "correctly" using explicit voices:
>
> \score { 
>   \new Staff <<
>     \context Voice = "1" \marks
>     \context Voice = "1" \notes
>   >>
> }

Much easier:

\score {
  \new Voice << \marks \notes >>
}


-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to