Re: Graphic background behind systems

2016-02-29 Thread Simon Albrecht
On 29.02.2016 18:00, Klaus Blum wrote: you could add \with-dimensions #'(0 . 0) #'(0 . 0) Or, in 2.19.37, equivalently: \with-dimensions-from \null Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org

Re: align-on-syllable.ly and 2.19.36

2016-02-29 Thread Thomas Morley
2016-03-01 0:11 GMT+01:00 Thomas Morley : > 2016-02-29 5:42 GMT+01:00 David Wright : >> Hi, I think I've got the latest version of align-on-syllable.ly >> (3049 Dec 4 02:21) from variously >> >>

Re: align-on-syllable.ly and 2.19.36

2016-02-29 Thread Thomas Morley
2016-02-29 5:42 GMT+01:00 David Wright : > Hi, I think I've got the latest version of align-on-syllable.ly > (3049 Dec 4 02:21) from variously > > https://lists.gnu.org/archive/html/lilypond-user/2015-12/msg00124.html >

Re: Using \score in define-markup-command

2016-02-29 Thread tisimst
On Mon, Feb 29, 2016 at 2:07 PM, David Kastrup [via Lilypond] < ml-node+s1069038n187897...@n5.nabble.com> wrote: > tisimst <[hidden email] > > writes: > > > By the way, did the syntax for define-markup-command get simplified > > like

Re: Using \score in define-markup-command

2016-02-29 Thread David Kastrup
tisimst writes: > By the way, did the syntax for define-markup-command get simplified > like define-music-function so the "layout props" args aren't necessary > anymore? Just curious. No. Neither does it do all the smart argument detection and default arguments

Re: Using \score in define-markup-command

2016-02-29 Thread tisimst
Harm, On Mon, Feb 29, 2016 at 1:27 PM, Thomas Morley-2 [via Lilypond] < ml-node+s1069038n187894...@n5.nabble.com> wrote: > 2016-02-29 20:57 GMT+01:00 Abraham Lee <[hidden email] > >: > > > > Any suggestions? > > > > - Abraham > > > > > Uhh,

Re: Using \score in define-markup-command

2016-02-29 Thread Thomas Morley
2016-02-29 20:57 GMT+01:00 Abraham Lee : > All, > > I'm trying to utilize the \score markup command within a custom > define-markup-command that accepts a music expression, but I can't figure > out how. I'm probably missing something obvious, but here's a minimal >

Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> > Hi Paul, > > one more try: I've installed LP 2.19.37. > Yes, it has a different behavior: default whiteout style is the "classic" > old box style that covers everything behind. You can set the "outline" > style: > Does that work for you? > > Cheers, > Klaus Yes, with 2.19.36 it seems

Using \score in define-markup-command

2016-02-29 Thread Abraham Lee
All, I'm trying to utilize the \score markup command within a custom define-markup-command that accepts a music expression, but I can't figure out how. I'm probably missing something obvious, but here's a minimal example: \version "2.19.36" \markup { I know I can do this:

Re: Quarter notes with bars like \breve

2016-02-29 Thread Gregor Giesen
Dear Abraham, thanks, that is much better! Best, Gregor Am Montag, den 29.02.2016, 06:36 -0700 schrieb tisimst: > Gregor, > > How about this: > > % > > \version "2.19.36" > > #(define (qBarNote grob) >   (grob-interpret-markup grob >     #{ >   \markup { >    

LaissezVibrerTies, RepeatTies and ties at repeat alternatives

2016-02-29 Thread Malte Meyn
Hi list, I’m not very happy about LilyPond’s ties and semi-ties. Some problems/questions: 1. Is there any difference between LaissezVibrerTies and RepeatTies except of the default head-direction? Or could one save redundant code (including different grob names for basically the same thing

Re: Graphic background behind systems

2016-02-29 Thread Klaus Blum
Hi Paul, one more try: I've installed LP 2.19.37. Yes, it has a different behavior: default whiteout style is the "classic" old box style that covers everything behind. You can set the "outline" style: % --- \version "2.19.36"

Re: Graphic background behind systems

2016-02-29 Thread Klaus Blum
Paul Booker wrote > ... but leaves the layout as if the graphic still occupied space above the > staff. SO there is extra white space at the top. Hi Paul, you could add \with-dimensions #'(0 . 0) #'(0 . 0) which tells LP to behave as if the following markup had the given dimensions (in

Abjad bootcamp this July at Stanford's CCRMA

2016-02-29 Thread Trevor Bača
Hi everyone, I'd like to take a moment to mention that I'll be teaching a five-day bootcamp on composing with Abjad this July at Stanford's CCRMA in Palo Alto, California: CCRMA: Formalized Score Control: Using Python & Abjad in Music Composition

Re: Quarter notes with bars like \breve

2016-02-29 Thread tisimst
Gregor, How about this: % \version "2.19.36" #(define (qBarNote grob) (grob-interpret-markup grob #{ \markup { \concat { \hspace #-0.06 \path #0.12 #'((moveto 0 -0.6) (lineto 0 0.6)) \musicglyph

Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> > A direction modifier (- for ‘neutral’, ^ for ‘up’ or _ for ‘down’) is > needed to mark a post event, i.e. in this case a text script attached to > a note. > > HTH, Simon > Thanks Simon I should have figured that out. What I have figured out is that a post event may handle a layer change

Re: Graphic background behind systems

2016-02-29 Thread Simon Albrecht
On 29.02.2016 12:03, Paul Booker wrote: I can't find an explanation of the tweak prefixes. Do you know the difference between -\tweak ^\tweak and \tweak in the above script? It doesn't work without them! A direction modifier (- for ‘neutral’, ^ for ‘up’ or _ for ‘down’) is needed to mark a

Re: Graphic background behind systems

2016-02-29 Thread Paul Booker
> The markup part takes nearly no space at all and is placed behind the score: > > But I'm working with LP 2.19.30 and 2.19.25. > Maybe something has changed since those versions? > Hi Klaus, I don't really want to go