[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autobeamOff bad lyrics placement
From: |
Martial |
Subject: |
autobeamOff bad lyrics placement |
Date: |
Sat, 20 Oct 2007 13:10:52 +0200 |
User-agent: |
Thunderbird 2.0.0.6 (Windows/20070728) |
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}
