In data martedì 13 settembre 2011 17:24:49, hai scritto:
> On 13 September 2011 17:07, Mario Moles <mario-mo...@libero.it> wrote:
> > Any idea? Thank's!
> > 
> > [code]
Ok! Great! Thank you!
> 
> That's because you use the  << \\ >>  construct, which implicitly
> creates voices "1" and "2" in *both* staves.
> 
> Please use explicitly instantiated voices instead and it should work
> fine.  See the modified  \score  block below.
> 
> I hope we would have less problem with this when issue #1316
> http://code.google.com/p/lilypond/issues/detail?id=1316
> will be fixed!
> 
> Cheers,
> Xavier
> 
> %%%% Modified  \score  block
> 
> \score {
>   \new PianoStaff \with {
>     instrumentName = "Pf."
>   } <<
>     \new Staff = "right" \with {
>       midiInstrument = "acoustic grand"
>     } {
>       <<
>         \new Voice = "rightOne" {
>           \voiceOne
>           \rightOne
>         }
>         \new Voice = "rightTwo" {
>           \voiceTwo
>           \rightTwo
>         }
> 
>     }
>     \new Staff = "left" \with {
>       midiInstrument = "acoustic grand"
>     } {
>       \clef bass
>       <<
>         \new Voice = "leftOne" {
>           \voiceOne
>           \leftOne
>         }
>         \new Voice = "leftTwo" {
>           \voiceTwo
>           \leftTwo
>         }
> 
>     }
> 
> }
> 
> %%%% End

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

Reply via email to