Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Never mind, got it. the LR assignment was in the wrong location
apparently. put it in the root of the file and assigned it using
sn8_\LR

Roel

On Sun, Mar 29, 2009 at 22:37, Roel Spruit  wrote:
> Hi,
>
> Thanks for your input. just one more dumb question though, after a
> variable is set like that (LR = ) how do I use it in the music itself?
>
> Tried looking for this info in the manual but I guess it's just t big :)
>
> Roel
>
> On Sun, Mar 29, 2009 at 18:04, Robin Bannister  wrote:
>> Roel Spruit wrote::
>>>
>>> somehow the order in the output is reversed
>>
>> That's queer. With me (2.12) they both read R L from top to bottom. However,
>> with 2.10 they both read L R from top to bottom. Are you using an
>> intermediate version?  ;-)
>>
>> Is this suitable as a workaround?  LR = \markup \column { "L" "R" }
>>
>> The collision is a known bug (247). See
>> http://lists.gnu.org/archive/html/bug-lilypond/2008-06/msg00105.html
>>
>>
>> Cheers,
>> Robin
>>
>


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Hi,

Thanks for your input. just one more dumb question though, after a
variable is set like that (LR = ) how do I use it in the music itself?

Tried looking for this info in the manual but I guess it's just t big :)

Roel

On Sun, Mar 29, 2009 at 18:04, Robin Bannister  wrote:
> Roel Spruit wrote::
>>
>> somehow the order in the output is reversed
>
> That's queer. With me (2.12) they both read R L from top to bottom. However,
> with 2.10 they both read L R from top to bottom. Are you using an
> intermediate version?  ;-)
>
> Is this suitable as a workaround?  LR = \markup \column { "L" "R" }
>
> The collision is a known bug (247). See
> http://lists.gnu.org/archive/html/bug-lilypond/2008-06/msg00105.html
>
>
> Cheers,
> Robin
>


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Robin Bannister

Roel Spruit wrote::
somehow the order in the output is reversed 


That's queer. 
With me (2.12) they both read R L from top to bottom. 
However, with 2.10 they both read L R from top to bottom. 
Are you using an intermediate version?  ;-)


Is this suitable as a workaround? 
  LR = \markup \column { "L" "R" }


The collision is a known bug (247). See
http://lists.gnu.org/archive/html/bug-lilypond/2008-06/msg00105.html


Cheers,
Robin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Hi folks,

This is my first post to this list, so hi!

I've been struggling with Lilypond for the last few days to transcribe some
drumparts. My dayjob is programming and my hobby is drumming, so lilypond
is right up my alley :)

However, I'm having some problems with notating sticking ("R" and "L")
below the notes.
The problem is that in the code below the sticking under the
acciaccatura and the following
are notated exactly the same but somehow the order in the output is
reversed (the second note
reads  "R" "L" from top to bottom.

There is probably something logical going on here, but after reading
the mailinglist history for a few
hours I still can't solve it.

Additionally, there is an accent above the first note of the triplet
that collides with the triplet beam. Is there
an easy way to solve this?

Code:

\layout {
\context {
\RhythmicStaff
\remove "Time_signature_engraver"
\remove "Bar_engraver"

}
}

\new RhythmicStaff {
  \drummode {
\stemUp
\set subdivideBeams = ##t
\set Score.beatLength = #(ly:make-moment 1 8)
\override Beam #'positions = #'(4 . 4)
\override TextScript #'staff-padding = #2.5
\override DynamicLineSpanner #'staff-padding = #4

\acciaccatura sn8_"L"_"R" \times 2/3 { sn16_"L"_"R"^> [ sn16 sn16 }
\acciaccatura sn8 \times 2/3 { sn16^> sn16 sn16 ] }
  }
}

Regards,

Roel Spruit
The Netherlands


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user