Hi again,

The snippets doesnt work without \score or \relative, indeed.
It also doesnt accept identifiers...
I build the whole file from 0 to get where the problem comes.
Either it isnt very elegant, I can cope with it.It work fine with:
\version "2.10.25"


\paper {
%  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm - 2.0 * 0.4\in
  ragged-right = ##t
%  force-assignment = #""
%  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}

\markup { \line {
\score {
\relative c'' {
  c4 a b c
} 
\layout { ragged-right = ##t }
}
\null
\score {
\relative c'' {
  c4 a g a
}
\layout { ragged-right = ##t }
}
\null
\score {
\relative c'' {
  c4 a b a
} 
\layout { ragged-right = ##t }
}

} }
Either it isnt very elegant, I can cope with it.
I have to try now with pianoStaff

Francois

Am Dienstag, 3. Juli 2007 23:11 schrieb Valentin Villenave:
> 2007/7/3, Rune Zedeler <[EMAIL PROTECTED]>:
> > This is sooo weird.
> > What do others say?
> > Anyone?
>
> It works here, but I'm running 2.11 :)
>
> François, have you checked if your code is right (if the braces are
> correctly balanced, etc)?
>
> Maybe something was corrupted during the installation process; have
> you tried to compile simple snippets such as
> { abcd }
> ...Or maybe you could try again with the developpement version
> (lilypond 2.11.27-1)?
>
> Regards
> Valentin
>
>
> _______________________________________________
> 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