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

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

Reply via email to