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
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to