On Wed, Oct 28, 2015 at 12:52 PM, Malte Meyn <lilyp...@maltemeyn.de> wrote:

>
>
> Am 28.10.2015 um 20:37 schrieb Ryan Michael:
>
>> The following is the snippet that happens *within *my single voice cello
>> score.
>>
>> \new Staff <<
>>    \new Voice = "first"
>>      { \voiceOne \clef treble
>>     aes8 ges8 <bes aes>16 <bes ges>16 d16 <bes des aes> g\harmonic\f r16
>> aes16
>> }
>>    \new Voice= "second"
>>      { \voiceTwo \clef bass \tuplet 3/2{ r4 <d,, g> r4 } r8 eih8 r16
>> \xNote
>> <c g>16
>> }
>>
>>>
>>>>
> You don’t create any new staves here, so this can’t be the code that
> produces the score you attached. Please show the correct code or have a
> look at the notation reference (search for “ossia staff”).
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>




cello = \new Voice \relative c' {

  \set Staff.instrumentName = #"Cello"

\clef treble

%{
  A bunch of notes before inserting the new staff

%}

r32 r8 \grace {des32} \tuplet 3/2{
ees8 <des' ges> e16\p d16} fis8 \xNote g16 bes,16

\new Staff <<
  \new Voice = "first"
    { \voiceOne \clef treble
   aes8 ges8 <bes aes>16 <bes ges>16 d16 <bes des aes> g\harmonic\f r16 aes16
}
  \new Voice= "second"
    { \voiceTwo \clef bass \tuplet 3/2{ r4 <d,, g> r4 } r8 eih8 r16
\xNote <c g>16
}
>>

%{
  At this point I want the new staff to dissapear

%}


r16 \tuplet 3/2{ <e'' gis>16 <e gis> <e gis> } \tuplet 3/2{ <e gih>16 <e
gih> <e gih> }


}

\score {
  \new StaffGroup <<
    \new Staff << \global \cello >>
  >>



  \layout { }
  \midi { }
}

-- 
ॐ नमः शिवाय
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to