Hi !

winXP

With LilyPond 2.11.34 or 2.10.33

When the command \autoBeamOff was put the lyrics with manual beaming are miss placed

%%---------------------------------
\version "2.11.34" %\version "2.10.33"
<<
\relative c' {
\autoBeamOff
c8[ c] c8[ c] c8[ c] c8[ c] c8[ c] }
\addlyrics {  a b c d e f g h i j k }
 >>

<<
\relative c' {
\autoBeamOff
c8 c c8 c c8 c c8 c c8 c }
\addlyrics {  a b c d e f g h i j k }
>>

<<
\relative c' { c8[ c] c8[ c] c8[ c] c8[ c] c8[ c] }
\addlyrics {  a b c d e f g h i j k }
 >>
%%---------------------------------


The same fault with the command

\set autoBeaming = ##f

Regards

--
Martial
\version "2.11.34"
<<
\relative c' { 
\autoBeamOff
c8[^"autoBeamOff manualy Beaming" c] c8[ c] c8[ c] c8[ c] c8[ c] }
\addlyrics {  a b c d e f g h i j k }
>>

<<
\relative c' { 
\autoBeamOff
c8^"autoBeamOff" c c8 c c8 c c8 c c8 c }
\addlyrics {  a b c d e f g h i j k }
>>

<<
\relative c' { c8[^"no command or autoBeamOn" c] c8[ c] c8[ c] c8[ c] c8[ c] }
\addlyrics {  a b c d e f g h i j k }
>>

\layout {  ragged-right = ##t}

<<inline: lyrics-autobeam-bug.png>>

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

Reply via email to