lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange \repeat tremolo


From: Mario Moles
Subject: Re: Strange \repeat tremolo
Date: Tue, 31 May 2011 20:20:45 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38.6-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

Hi! I have solved:

i changed this "\csl \repeat tremolo 4 { f,,16 \csr f'}" with "\csl \repeat tremolo 4 { f,,16 {\csr f'}}"

Thanks to all!

\version "2.13.62"

csr = \change Staff = "right"

csl = \change Staff = "left"

\paper {

#(set-paper-size "a4")

}


global = {

\key c \major

\time 4/4

}


right = \relative c'' {

\global

% Qui segue la musica.

\csl \repeat tremolo 4 { f,,16 {\csr f'}}\csl \repeat tremolo 4 { f,16 {\csr f'}}|

\repeat tremolo 4 { f16 f'} \repeat tremolo 4 { f,16 f'}|

}


left = \relative c' {

\global

% Qui segue la musica.

\stemDown d,,1|

d|

}


\book {

\score {

\new PianoStaff \with {

instrumentName = "Pf."

} <<

\new Staff = "right" \with {

midiInstrument = "acoustic grand"

} \right

\new Staff = "left" \with {

midiInstrument = "acoustic grand"

} { \clef bass \left }

>>

\layout { }

\midi {

\context {

\Score

tempoWholesPerMinute = #(ly:make-moment 100 4)

}

}

}

}


--

oiram/bin/selom


reply via email to

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