lilypond-user
[Top][All Lists]
Advanced

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

Re: Separating bow marks from notes


From: David Kastrup
Subject: Re: Separating bow marks from notes
Date: Wed, 18 Apr 2012 16:33:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

-Eluze <address@hidden> 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




reply via email to

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