bug-lilypond
[Top][All Lists]
Advanced

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

Polymetric notation and anacrusis


From: milarepa7
Subject: Polymetric notation and anacrusis
Date: Sun, 30 Dec 2007 12:42:46 -0800 (PST)

Hello,
It seems that starting by an anacrousis pertubates the polymetric notation,
i just have to comment it in the exemple below so that it becomes allwright
: with the barlines between staves when they're in phase (really cool)
I'm using the version 2.11.36 and didn't found any way to solve the problem
, is there a way to create a new score context in the middle of the piece?
Do you ever know how to solve this?
Maybe I made something wrong.
Thanks for your great job!
Matth 

%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.11.36"
guitareUne = \relative c'
{ \clef "G_8"
\time 2/4
\key g \major

\partial 16
r16
\repeat "unfold" 16 {c4}
}

guitareDeux = \relative c'
{ \clef "G_8"
\time 2/4
\key g \major

\partial 16
\times 2/3{g32[ a b]}
c4 c c c
\time 4/4
c c c c
c c c c 
\time 2/4
c c c c
}

\score
{
       \new GrandStaff
        {
       <<
       \new Staff  \guitareUne
       \new Staff  \guitareDeux
       >>
       }
\layout {
 \context { \Score
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
 }
 \context {
   \Staff
   \consists "Timing_translator"
   \consists "Default_bar_line_engraver"
               }
     }
} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

-- 
View this message in context: 
http://www.nabble.com/Polymetric-notation-and-anacrusis-tp14549872p14549872.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.





reply via email to

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