lilypond-user
[Top][All Lists]
Advanced

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

Stacked markup problem


From: Jesse Engle
Subject: Stacked markup problem
Date: Wed, 13 Apr 2011 00:36:55 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

I'm having an issue with stacking markup text in the correct order. The example input follows.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.12.3"

\new DrumStaff \new DrumVoice \drummode {
  \stemUp
  sn4:16_"L"_"R" ~ sn4->_"L"_"R"
  sn4:16_"R"_"L" ~ sn4->_"R"_"L"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

What I wanted was for the first row of text to read "L L R R," and the second row to read "R R L L", but Lilypond seems to have a different means of choosing the display order. Is there any way to override this, or is it a bug?

Thanks in advance...Jesse



reply via email to

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