Re: if/then/else in Lilypond with config file

2015-01-15 Thread Johan Vromans
> Is there a possibility to do something like this? > > if( custom_cfg_flag) > { > % default score combination > % (e.g. with header and chords) > } > else > { > % some other combination > % (e.g. only melody) > } If having defined a LP varia

Re: small caps

2015-01-15 Thread Shane Brandes
Which version are you using? and is it not \smallcaps that you need to issue? Also does the font actually have small caps natively? Shane On Fri, Jan 16, 2015 at 12:54 AM, Craig Dabelstein wrote: > Hi List, > > Can anyone tell me why I can't get small caps working with this code? > > Many thanks

Re: Question about \afterGrace

2015-01-15 Thread Pierre Perol-Schneider
Thank you Jay. Pierre 2015-01-16 6:02 GMT+01:00 Jay Anderson : > On Thu, Jan 15, 2015 at 12:21 PM, Pierre Perol-Schneider > wrote: > > ... > > > > Does anybody knows what Elaine Gould says about that? > > I assume you're talking about whether the trill should extend over the > finishing grace no

small caps

2015-01-15 Thread Craig Dabelstein
Hi List, Can anyone tell me why I can't get *small caps* working with this code? Many thanks, Craig scoreTitleMarkup = \markup { \column { \on-the-fly \print-all-headers { \bookTitleMarkup \hspace #1 } \fill-line { \large \bold \caps \fromproperty #'header:piece

Re: Question about \afterGrace

2015-01-15 Thread Jay Anderson
On Thu, Jan 15, 2015 at 12:21 PM, Pierre Perol-Schneider wrote: > ... > > Does anybody knows what Elaine Gould says about that? I assume you're talking about whether the trill should extend over the finishing grace notes. The answer is no. The examples on page 138 end the trill line before the gr

Re: Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-15 Thread Jayaratna
Hi Andrew, thanks a lot. I am not a programmer so I couldn't have taken the workaround to this level, you can't imagine how much work this is going to spare me. May I request a feature? Is there a way to insert an option for getting eps output? Thanks again, Andrea -- View this message in co

Re: if/then/else in Lilypond with config file

2015-01-15 Thread Urs Liska
Am 16.01.2015 um 01:37 schrieb Craig Parker-Feldmann: Is there a possibility to do something like this? if( custom_cfg_flag) { % default score combination % (e.g. with header and chords) } else { % some other combination % (e.g. only

Re: arpeggioArrowUp

2015-01-15 Thread Thomas Morley
2015-01-16 0:26 GMT+01:00 Thomas Morley : > 2015-01-15 15:02 GMT+01:00 tisimst : >> On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond] <[hidden email]> >> wrote: >> >> Hi Harm, >> >> 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>: >> >>> >>> foo = >>> #(define-music-function (parse

if/then/else in Lilypond with config file

2015-01-15 Thread Craig Parker-Feldmann
> Is there a possibility to do something like this? > > if( custom_cfg_flag) > { > % default score combination > % (e.g. with header and chords) > } > else > { > % some other combination > % (e.g. only melody) > } I have also always wanted Lil

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Paul Scott
On Fri, Jan 16, 2015 at 09:01:45AM +1000, Harald Christiansen wrote: > Hi, > > \tempo "Moderato, " 4=112 > > How do I remove the parentheses around metronome marks ? I define these markups: #(define-markup-command (mm layout props notetype beats) (string? string?) (interpret-markup layout pro

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Thomas Morley
2015-01-16 0:21 GMT+01:00 pls : > Hi Harald, > > this is one possibility: > { > \tempo \markup { > \concat { > "Moderato " > \smaller \general-align #Y #DOWN \note #"4" #1 > " = " > \smaller \general-align #Y #DOWN #"112" > > } > } > c'1 c'1 c'1 > } > > hth > p

Re: arpeggioArrowUp

2015-01-15 Thread Thomas Morley
2015-01-15 15:02 GMT+01:00 tisimst : > On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond] <[hidden email]> > wrote: > > Hi Harm, > > 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>: > >> >> foo = >> #(define-music-function (parser location mus)(ly:music?) >> (music-map >> (lam

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread pls
Hi Harald, this is one possibility: { \tempo \markup { \concat { "Moderato " \smaller \general-align #Y #DOWN \note #"4" #1 " = " \smaller \general-align #Y #DOWN #"112" } } c'1 c'1 c'1 } hth patrick On 16.01.2015, at 00:01, Harald Christiansen wrote

\tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Harald Christiansen
Hi, \tempo "Moderato, " 4=112 How do I remove the parentheses around metronome marks ? Thanks. Cheers. -- Nihil verus. Omnia possibilia. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Question about \afterGrace

2015-01-15 Thread Pierre Perol-Schneider
Hi Cynthia, Hi Jay, A little off-topic : \version "2.19.15" \markup\italic "I'd right it so:" \score { << \new Staff \relative c'' { #(define afterGraceFraction (cons 15 16)) d1~\afterGrace d1\startTrillSpan { c32([\stopTrillSpan d]) } c2 r2 } \new Staff \relative c'' {

Re: Question about \afterGrace

2015-01-15 Thread Jay Anderson
On Thu, Jan 15, 2015 at 11:22 AM, Cynthia Karl wrote: > The following snippet is based on the afterGrace snippet on p.136 of the > 2.19.15 Notation manual: > > \version "2.19.15" > > \score { > << > \new Staff \relative c'' { > d1~\afterGrace >

Question about \afterGrace

2015-01-15 Thread Cynthia Karl
The following snippet is based on the afterGrace snippet on p.136 of the 2.19.15 Notation manual: \version "2.19.15" \score { << \new Staff \relative c'' { d1~\afterGrace d1\startTrillSpan { c32[ d]\

Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-15 Thread Andrew Cashner
I have posted an improved version of the "lilycrop" BASH script that checks for multiple PDF pages; if it finds them it bursts the PDF and crops the separate files. It now produces a new PDF file *-crop.pdf instead of overwriting the original PDF produced by lilypond. It is available at https://gi

Re: Nested volta brackets

2015-01-15 Thread John McWilliam
Thanks for the suggestion to nest volta brackets and customize the explanatory text. It involved much more work than I expected but it works and I appreciate your help. Thanks again. - John McWilliam -- View this message in context: http://lilypond.1069038.n5.nabble.com/Nested-volta-bracket

Re: Demo: Score and parts template

2015-01-15 Thread Johan Vromans
On Thu, 15 Jan 2015 06:55:21 -0700 (MST) tisimst wrote: > Should the LP engine, upon encountering a "\repeat volta" section, > automatically, under the covers, force that repeat structure upon the > other simultaneous staves/voices, which do NOT contain that same > structure, so that it gives

Re: arpeggioArrowUp

2015-01-15 Thread tisimst
On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond] wrote: > Hi Harm, > > 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>: > >> foo = >> #(define-music-function (parser location mus)(ly:music?) >> (music-map >> (lambda (m) >> (if (music-is-of-type? m 'arpeggio-event)

Re: Demo: Score and parts template

2015-01-15 Thread tisimst
Johan, Your point is well taken, but let's be clear that LP is first and foremost focused on beautiful music engraving. Audio playback is here to stay, I'm sure, but there's still a lot of work to do with it, and I don't know if that will ever be a top priority. Now, I understand that the use

Re: Attaching an alist to a grob

2015-01-15 Thread Urs Liska
Am 14.01.2015 um 14:47 schrieb Mattes: Am Mittwoch, 14. Januar 2015 13:56 CET, Urs Liska schrieb: OK, I see. But somehow it feels wrong that #(display annotation? some-obj) doesn't produce #t but the content of "location". Should I ignore that feeling? If you intended to write #(dis

Re: 7 course lute tablature

2015-01-15 Thread Pierre Perol-Schneider
Please find herewith a draft code for your tab, which means that if you want a better output in your GrandStaff you probably have to add some voices (minimum two voices per Staff, or even one voice per string). I've also change the clef to the standard G (for me the G_8 one does not make much sense

Re: Demo: Score and parts template

2015-01-15 Thread Johan Vromans
On Wed, 14 Jan 2015 09:36:52 -0700 (MST) tisimst wrote: > Johan Vromans wrote > > It works for many structure-related items but unfortunately not for > > repeats. > > Sure it does! Thanks for your response. It clearly indicates that LP does, indeed, *not* process volta repeats correctly (for s

Re: Nested volta brackets

2015-01-15 Thread Pierre Perol-Schneider
BTW, David did something few months ago that could be interesting for you: http://lists.gnu.org/archive/html/lilypond-user/2014-10/msg00446.html See attached files, Cheers, Pierre \version "2.19.15" %% => http://lists.gnu.org/archive/html/lilypond-user/2014-10/msg00446.html %% => http://lsr.di.u