lilypond-user
[Top][All Lists]
Advanced

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

Re: Start with changed staff


From: Simon Albrecht
Subject: Re: Start with changed staff
Date: Sat, 09 May 2015 09:31:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hallo Helge,

it works if you replace %s32 in the example below with s1*0.
(There is a warning about \voiceXXX or \shiftOn[nn], which will be easy to fix).

Yours, Simon

Am 09.05.2015 um 08:25 schrieb Helge:
Hi,

I have to write some scores where each piece starts with a long note
simultaneous with an arpeggio down. This arpeggio shall be written
explicitly. This should be possible with this code

\version "2.19.16"

\new PianoStaff <<
  \new Staff = upper
  \relative c'' {
    \time 2/4 
    \repeat volta 2 {
      e2 
    }
  }
  \new Staff = "lower"
  \relative c'' {
    \clef bass
    \repeat volta 2 {
      %s32
      \change Staff = "upper"
      e32
      c g d \change Staff = "lower" c g c,4

      s16
    }
  }

        
The problem is that the change Staff does not work at the very first
note. You can remove the "%" before the "s32" and comment out the "e32"
to see how it should be, except that the melody line is missing the
first 32th note.

I would say that this is a bug. But do you have a nice workaround?

The "\repeat volta" is not necessary to reproduce the problem. But if
you have any idea to circumvent the problem it would be good when it
works even in this context.

Best regards
Helge#



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


reply via email to

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