[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Upbeat with grace and voices
From: |
Neil Puttock |
Subject: |
Re: Upbeat with grace and voices |
Date: |
Tue, 14 Jun 2011 22:47:22 +0100 |
On 14 June 2011 17:35, Friedrich Fischer <address@hidden> wrote:
>
> Mr. Carl Sorensen wrote to me:
> This may be a bug. If I had to guess, I'd say that the bug should read
> something like "\voiceX outside of \relative mode doesn't apply within
> \relative block"
> Can you make a tiny example and file a bug report?
>
> Here it is:
>
> \version "2.14.1"
> PartPOneVoiceOne = \relative fis' {
> \clef "treble_8" \key d \major \time 3/4 \partial 4
> \slurDown\acciaccatura fis8 a4 % 0
> a2. | % 1
> }
> PartPOneVoiceTwo = \relative d {
> \grace s8 r4 % 0
> d2. | % 1
> }
> PartPOneVoiceFour = \relative d' {
> \grace s8 s4 % 0
> \override Voice.Rest #'staff-position = #0 r4 <d fis>4 <d fis>4 | %
> 1
> }
> \new Staff {
> <<
> \context Voice = "PartPOneVoiceOne" { \voiceOne
> \PartPOneVoiceOne }
> \context Voice = "PartPOneVoiceTwo" { \voiceTwo
> \PartPOneVoiceTwo }
> \context Voice = "PartPOneVoiceFour" { \voiceFour
> \PartPOneVoiceFour }
> >>
> }
Thanks for the report.
This is already logged in the bug tracker as issue 630:
http://code.google.com/p/lilypond/issues/detail?id=630
Cheers,
Neil