Dear Nick,
I don't know why, but it has to do with the clusters.
Se below quoted example works as expected:
\version "2.11.63"
geklaster = \markup { \teeny \italic \column { "(Cluster stumm
niederdrücken," "mit drittem Pedal halten)" }}
ganzunten = {\clef bass
  \textLengthOff
  \ottava #-1
  \oneVoice <a,,, \harmonic b, \harmonic > 1 ~  ^\geklaster
  <a,,, \harmonic b, \harmonic > 1 ~
       <a,,, \harmonic b, \harmonic > 1 ~
      <a,,, \harmonic b, \harmonic > 4~  <a,,, \harmonic b, \harmonic > 8
r8 r2
      \ottava #0
      }

    \new Staff { \ganzunten }

2008/11/2 Stefan Thomas <[EMAIL PROTECTED]>

> Dear Nick,
> thanks for Your tipp!
> But I still don't understand the reason, why this text needs so much space.
> But this looks much better than befor, I have to admit!
>
> 2008/11/2 Nick Payne <[EMAIL PROTECTED]>
>
>   If you want it to take less space horizontally, you could set set it in
>> two columns:
>>
>>
>>
>> \version "2.11.63"
>>
>> ganzunten = {\clef bass
>>
>>         \textLengthOff
>>
>>         \ottava #-1
>>
>>         %es wird zweistimmig!
>>
>>         <<
>>
>> { \once \override TextScript #'baseline-skip = #2
>>
>> \oneVoice <a,,, \harmonic b, \harmonic > 1 ~ ^\markup { \teeny \italic
>> \column { "Cluster stumm niederdrücken," "mit drittem Pedal halten" }}
>>
>>
>>
>>             \repeat unfold 2 {  <a,,, \harmonic b, \harmonic > 1 ~ }
>>
>>           <a,,, \harmonic b, \harmonic > 4~  <a,,, \harmonic b, \harmonic
>> > 8  r8 r2  } \\
>>
>>           { %die zweite Stimme
>>
>>             {    \makeClusters { <c,,  g,  > 32 <c,,  g,  > 32  } s16*15
>> |  }
>>
>>
>>
>>               }
>>
>>         >>
>>
>>
>>
>>         \ottava #0  }
>>
>> \new Staff { \ganzunten }
>>
>>
>>
>> *From:* [EMAIL PROTECTED]:
>> lilypond-user-bounces+nick.payne <lilypond-user-bounces%2Bnick.payne>=
>> [EMAIL PROTECTED] *On Behalf Of *Stefan Thomas
>> *Sent:* Sunday, 2 November 2008 20:49
>> *To:* lilypond-user
>> *Subject:* too much space for text
>>
>>
>>
>> Dear lilypond-users,
>> in the below quoted example the text takes, in my opinion, too much space,
>> athough I wrote the command \textLengthOff.
>> How can I avoid it?
>> Here is the snippet:
>>
>> \version "3.11.60"
>> ganzunten = {\clef bass
>>         \textLengthOff
>>         \ottava #-1
>>         %es wird zweistimmig!
>>         <<
>>           { \oneVoice <a,,, \harmonic b, \harmonic > 1 ~ ^\markup { \teeny
>> \italic "(Cluster stumm niederdrücken, mit drittem Pedal halten" }
>>
>>             \repeat unfold 2 {  <a,,, \harmonic b, \harmonic > 1 ~ }
>>           <a,,, \harmonic b, \harmonic > 4~  <a,,, \harmonic b, \harmonic
>> > 8  r8 r2  } \\
>>           { %die zweite Stimme
>>             {    \makeClusters { <c,,  g,  > 32 <c,,  g,  > 32  } s16*15
>> |  }
>>
>>               }
>>         >>
>>
>>         \ottava #0  }
>> \new Staff { \ganzunten }
>>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to