lilypond-user
[Top][All Lists]
Advanced

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

Re: bowing change in a long trill


From: Simon Albrecht
Subject: Re: bowing change in a long trill
Date: Thu, 27 Aug 2015 20:06:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hello Robert and Paul,

Am 27.08.2015 um 17:44 schrieb Robert Schmaus:

Note the use of ‘s’, a spacer rest, which is semantically more correct than 
\hide c''.
I used the hidden note to place the bowing sign in the correct height. I'm not 
sure if s\upbow looks good if you overlay that with c'''' ...

Try
<<
   { c''''  c''''}
   \new Voice { s\upbow  \hide c''''\downbow}

You’re right, of course. My mistake, since I forgot to delete the \new Voice – actually, it should be within one voice:

{
  c''2.\downbow ~
  <<
    { c''2. }
    { s4. s\upbow }
  >>
}

and then it’s even necessary not to have hidden notes: <http://lilybin.com/n6fwdk/2>.

Yours, Simon



reply via email to

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