https://bugzilla.wikimedia.org/show_bug.cgi?id=47534

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from [email protected] ---
this code works

<score>
\new PianoStaff <<
   % RH Staff
   \new Staff {
      \clef treble
      \key g \major
      \time 3/4
      \relative c'''{
         g4 g( a8.\mordent) b16 |
         a8 \appoggiatura g fis \appoggiatura e d2 |
         g,4\mordent g4.\downprall fis16 g|
      }
   }
   \new Staff {
     \clef bass
     \key g \major
      \time 3/4
        g4 g g
        g g g
        e e e 
}
>>
</score>

but it's impossible to go on coding without getting a GS error.
just add one note 

<score>
\new PianoStaff <<
   % RH Staff
   \new Staff {
      \clef treble
      \key g \major
      \time 3/4
      \relative c'''{
         g4 g( a8.\mordent) b16 |
         a8 \appoggiatura g fis \appoggiatura e d2 |
         g,4\mordent g4.\downprall fis16 g| a
      }
   }
   \new Staff {
     \clef bass
     \key g \major
      \time 3/4
        g4 g g
        g g g
        e e e 
}
>>
</score>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to