lilypond-user
[Top][All Lists]
Advanced

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

Re: strange output


From: address@hidden
Subject: Re: strange output
Date: Tue, 15 Feb 2011 07:21:07 -0500

Same thing hit the French list a couple days ago.
Oddly, my heavily-krunked-out version of the source doesn't reproduce this result, but I would recommend (by way of Xavier Scheuer) adding \grace { s8 } to the beginning of all your parts.

Cheers,
MS

On Feb 15, 2011, at 7:14 AM, Mario Moles wrote:

Double time and time indications:
\version "2.13.50"

\header {
dedication = "A monsieur Constantin Mahrburg"
title = "IMPROMPTU"
composer = "Pietro Pettoletti"
opus = "Op. 29"
}

\paper {
#(set-paper-size "a4")
}

tempoMark = {
\once \override Score.RehearsalMark #'self-alignment-X = #LEFT
\once \override Score.RehearsalMark #'break-align-symbols = #'(time-signature key-signature)
\once \override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT
\mark \markup \bold "Allegro con energia"
}

global = {
\tempoMark
\key c \major
\time 4/4
}

classicalGuitarOne = \relative c' {
\global
% Qui segue la musica.
a4 b,16 b' c, c' d, d' e, e' f, f' gis, gis'|
}

classicalGuitarTwo = \relative c' {
\global
% Qui segue la musica.

}

classicalGuitarThree = \relative c' {
\global
% Qui segue la musica.

}

classicalGuitarFour = \relative c {
\global
% Qui segue la musica.
\acciaccatura {a8} \stemDown a4 b8 c d e f gis|
}

\book {
\score {
\new Staff \with {
midiInstrument = "acoustic guitar (nylon)"
} { \clef "treble_8" << \classicalGuitarOne \\ \classicalGuitarTwo \\ \classicalGuitarThree \\ \classicalGuitarFour >> }
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 100 4)
}
}
}
}

--
oiram/bin/selom
<Impromptu.pdf>_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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