Re: How to extract the current time signature

2015-01-22 Thread tisimst
Harm, Thomas Morley-2 wrote Maybe: \version 2.19.15 printTimeSignatureFraction = \applyContext #(lambda (ctx) (let* ((context (ly:context-property-where-defined ctx 'timeSignatureFraction)) (time-sig-frac (ly:context-property context

Re: Looking for a nothingBut function

2015-01-22 Thread Pierre Perol-Schneider
Hi again, this is close to what I'm looking for : \version 2.19.15 \new Devnull \with { \consists Note_heads_engraver \consists Accidental_engraver \consists Clef_engraver \omit Clef } { \repeat unfold 8 cis'8 } Please consider my problem as solved. Cheers, Pierre

Re: Custos and rest

2015-01-22 Thread Jayaratna
Hi Pierre, very helpful, as always, Thank you, Andrea -- View this message in context: http://lilypond.1069038.n5.nabble.com/Custos-and-rest-tp170860p170863.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Custos and rest

2015-01-22 Thread Pierre Perol-Schneider
Hi Andrea, Since I've never explored this context in detail I do not have the explanation you're looking for. Anyway, here are two workarounds; none of them are good but, at least, do the job : \version 2.18.2 \new MensuralStaff { \relative c' { a b c d e f g a g a a g a a \bar \break

Re: Custos and rest

2015-01-22 Thread Pierre Perol-Schneider
Oups, sorry, copy/paste error : \tweak extra-offset #'(-6 . 0) r2 for workaround #2 Pierre 2015-01-22 10:51 GMT+01:00 Pierre Perol-Schneider pierre.schneider.pa...@gmail.com: Hi Andrea, Since I've never explored this context in detail I do not have the explanation you're looking for.

Re: tie to {} \\ {}

2015-01-22 Thread Steve Lacy
Putting the d~ and ees~ inside the ... block gets a bit closer. You can see the ties, but has other differences from your original example. I'm not sure exactly what your final goal is: \relative c' { { d16~ \once \override NoteColumn.force-hshift = #-0.6 \once \override Stem.direction = #DOWN

Re: polyphony and bendAfter

2015-01-22 Thread Phil Holmes
http://lilypond.org/bug-reports.html -- Phil Holmes - Original Message - From: Gagi Petrovic To: LilyPond Users Sent: Thursday, January 22, 2015 2:58 PM Subject: Re: polyphony and bendAfter Hi all, Could the ignoring of the before mentioned bendAfter be a bug, or

Re: polyphony and bendAfter

2015-01-22 Thread Gagi Petrovic
Hi all, Could the ignoring of the before mentioned bendAfter be a bug, or does it work as intended? If it isn't, where can I do bug reports? And in case it is, where can I propose enhancement requests? Thanks! Gagi On Jan 19, 2015 9:39 AM, Gagi Petrovic gagig...@gmail.com wrote: Dear

Re: Custom DrumStaff

2015-01-22 Thread Cynthia Karl
On Jan 22, 2015, at 6:06 PM, Rutger Hofman rut...@cs.vu.nl wrote: On 01/23/2015 12:28 AM, Cynthia Karl wrote: I'm trying to duplicate the behavior shown in the next two images: The major things wrong with this output are: * the rests should be centered on their line, not above it

Re: Custom DrumStaff

2015-01-22 Thread Kevin Tough
I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? Parsing... TwoInstruments.ly:14:16: error: syntax error, unexpected UNSIGNED r8\p bol8 r8 8% 4 TwoInstruments.ly:26:10: error: syntax error, unexpected

Custom DrumStaff

2015-01-22 Thread Cynthia Karl
I'm trying to duplicate the behavior shown in the next two images: (the dash above the eighth rest in the upper line in beat 1 of measure 4 is an artifact; ignore it) My best effort so far is: \version 2.19.15 \paper { ragged-right = ##t } #(define percussion '((lobongo default #t 3)

Re: Custom DrumStaff

2015-01-22 Thread Rutger Hofman
On 01/23/2015 12:28 AM, Cynthia Karl wrote: I'm trying to duplicate the behavior shown in the next two images: The major things wrong with this output are: * the rests should be centered on their line, not above it * there should be a full-measure rest on the lower line of

Re: tie to {} \\ {}

2015-01-22 Thread Pierre Perol-Schneider
Hi Luca, hi Steve, Luca, do you mean : \version 2.18.2 \transpose c c' { %d ees16 ~ { \once\stemDown \once\hideNotes ees16~ \once\override NoteColumn.force-hshift = #0.6 ees2^\trill } \\ { \once\stemUp d~ ees16 \once\override

tie to {} \\ {}

2015-01-22 Thread Luca Danieli
Hi all, how can I tie the notes in the following example? d~ ees~16 { \once \override NoteColumn.force-hshift = #-0.6 \once \override Stem.direction = #DOWN d2 } \\ { \once \override NoteColumn.force-hshift = #0.6 \once \override Stem.direction = #up ees2^\trill } the ~ do not

Pitched trill glissando

2015-01-22 Thread David Stephen Grant
Hi list, I'm trying to create a pitched trill where the parenthesized note glisses to a new note. I've got quite close to the notation I'm after, but I can't find a way to parenthesize the goal note the same way as the pitchedTrill. \parenthesize doesn't seem to include the accidental, and is in a