lilypond-user
[Top][All Lists]
Advanced

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

mixed \time


From: BB
Subject: mixed \time
Date: Thu, 10 Sep 2015 15:09:57 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

I tried sommething strange. I tried to mix tempo 4/4 and 6/8 in one score. I had no success as only the last defined tempo will be used.

Regards

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

\version "2.19.0"

#(set-global-staff-size 23)

first= \relative c' {

\time 4/4

\key d \major

d4 e f fis a b d r8 a4 bes b d e g r4 a8 b c cis e f a r8

\break

}

second = \relative c' {

\time 6/8

\key c \major

f,4-"f" g4-"g" bes-"bes" c-"c" d-"d" f-"f" g-"g" bes-"bes" c-"c" d-"d" f-"f" g-"g" bes-"bes" a b c cis e r8

}

\score {

<<

\new Staff { \first }

\new TabStaff {

<>^"1st guitar"

\tabFullNotation

\transpose c c,

\first

}

\new Staff { \second }

\new TabStaff {

<>^"2nd guitar"

\tabFullNotation

\second

%\pentatonic-DGA

}

>>

}


reply via email to

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