Re: positioning markup text outside of score

2012-10-21 Thread jwvh
Eluze wrote > you can always use \noPageBreak between the score and the markup! D'Oh! I should have thought of that. I forgot that outside of the \score block is the seldom explicitly stated \book scope, where page-break instructions still make sense. Thanks again, -jvh -- View this message

Re: Robustly include project-specific scheme files?

2012-10-21 Thread Reedmace Star
* 2012-10-22 04:44 +0200 Ian Hulin: > On 21/10/12 22:00, Reedmace Star wrote: > > --- file my-scheme-defs.scm (same directory as master.ly) --- > > > > ;;; scheme definitions... > > > > > > --- file master.ly --- > > > > \version "2.16.0" #(load "my-scheme-defs.scm") > > > > %% do something ..

Drum parts with lyrics

2012-10-21 Thread Fred Perloff
I have a drum part I've encoded in drummode. I want to add lyrics (these are mnemonics for the drum rhythm). The following snippet produced the drum part on the treble clef (bad) with the lyrics underneath (good). Can I get the drum parts on the drum clef with the lyrics underneath? drum = \dru

Re: Robustly include project-specific scheme files?

2012-10-21 Thread Ian Hulin
On 21/10/12 22:00, Reedmace Star wrote: > Dear LilyPond users, > > when working on LilyPond projects that require scheme coding, I > sometimes find it convenient to collect scheme definitions in an > external (but project specific) .scm file. > > Currently, I then simply call guile's "load" fun

Robustly include project-specific scheme files?

2012-10-21 Thread Reedmace Star
Dear LilyPond users, when working on LilyPond projects that require scheme coding, I sometimes find it convenient to collect scheme definitions in an external (but project specific) .scm file. Currently, I then simply call guile's "load" function to include it. Typical minimal setup: --- file my

Robustly include project-specific scheme files?

2012-10-21 Thread Reedmace Star
Dear LilyPond users, when working on LilyPond projects that require scheme coding, I sometimes find it convenient to collect scheme definitions in an external (but project specific) .scm file. Currently, I then simply call guile's "load" function to include it. Typical minimal setup: --- file my

Re: Hairpins

2012-10-21 Thread Reinhold Kainhofer
On 2012-10-21 18:04, David Kastrup wrote:> "Phil Holmes" writes: > >> Apart from using parallel spacer rests, is there any way to make a >> hairpin only one note long? > > You don't mean \accent? I think he really means a decrescenco hairpin on one note (which obviously cannot be found in pian

Re: Redistributing Emmentaler .otf files

2012-10-21 Thread David Kastrup
Janek Warchoł writes: > On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska wrote: >> Hi list, >> >> I want to redistribute the Emmentaler .otf files as part of a GPLed LaTeX >> package. >> I recall reading that Emmentaler is GPLed with the font exception (meaning >> that works created using the fonts a

Re: Hairpins

2012-10-21 Thread David Kastrup
"Phil Holmes" writes: > Apart from using parallel spacer rests, is there any way to make a > hairpin only one note long? You don't mean \accent? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/lis

Re: Redistributing Emmentaler .otf files

2012-10-21 Thread Janek Warchoł
On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska wrote: > Hi list, > > I want to redistribute the Emmentaler .otf files as part of a GPLed LaTeX > package. > I recall reading that Emmentaler is GPLed with the font exception (meaning > that works created using the fonts aren't implicitely covered by the

Re: predicate pitch-or-music? - getting rid of ##{ #} ?

2012-10-21 Thread Janek Warchoł
On Fri, Oct 19, 2012 at 10:36 PM, Thomas Morley wrote: > 2012/10/19 David Kastrup : >> Thomas Morley writes: >>> Calling the function for a single pitch doesn't work, if ##{ #} are >>> omitted, but it'll work if the predicate would be ly:pitch? >>> I don't understand this behaviour. >> >> Welcome

Re: Multi-measure rests and counter in piano staff

2012-10-21 Thread Marc Hohl
Am 21.10.2012 15:51, schrieb Helge Kruse: [...] This measure counter allows a start and a stop. I did not find an option to start at a specific number. Image you start at rehearsel mark H, have a multi-measure rest of 16 bars. In the 17th measure you have some cue notes. It would be nice to s

Re: Multi-measure rests and counter in piano staff

2012-10-21 Thread Helge Kruse
2012/10/19 David Nalesnik > > to comment #21 at > http://code.google.com/p/lilypond/issues/detail?id=2445 . Understand > that this version might cause problems if you're running a batch of > files (which won't happen with the version that's in the review > process.) The engraver could be added to

Hairpins

2012-10-21 Thread Phil Holmes
Apart from using parallel spacer rests, is there any way to make a hairpin only one note long? -- Phil Holmes ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Creating pizz and arco markup macros

2012-10-21 Thread shutterfreak
Is there any better way to create pizzicato and arco macros than with a TextSpanner? Here's the code I defined in a separate 'layout.ly' file: I use the macro as follows: -- View this message in context: http://lilypond.1069038.n5.nabble.com/Creating-pizz-and-arco-markup-macros-tp135105.ht

Re: font definition/usage in make-dynamic-script?

2012-10-21 Thread Thomas Morley
2012/10/21 Knut Petersen : > Hi everybody! > > How can I feed the equivalent of \override #'(font-name . "FOOBAR") to > make-dynamic-script? > The "#:typewriter" below should be replaced with a special font. > make-pango-font-tree is not an > option because of the known issues. > > foo = #(make-dy

Re: How to set LyricHyphen #'minimum-distance globally?

2012-10-21 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > Is there a way to replace the LyricHyphen override with a global definition? > > basWordsAA = \lyricmode { > \override LyricHyphen #'minimum-distance = #0.8 > foo -- bar > } In 2.16, you can write \layout { \override Lyrics.LyricHyphen #'minimum-dista

Documentation bug: LyricHyphen

2012-10-21 Thread Knut Petersen
As far as I can see, the documentation of minimum-distance and some other standard settings parameters in http://lilypond.org/doc/v2.17/Documentation/internals/lyrichyphen is copied from somewhere else and is at least misleading. cu, Knut ___ lily

Re: font definition/usage in make-dynamic-script?

2012-10-21 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > How can I feed the equivalent of \override #'(font-name . "FOOBAR") to > make-dynamic-script? > The "#:typewriter" below should be replaced with a special font. > make-pango-font-tree is not an > option because of the known issues. > > foo = #(make-dyn

How to set LyricHyphen #'minimum-distance globally?

2012-10-21 Thread Knut Petersen
Hi everybody! Is there a way to replace the LyricHyphen override with a global definition? basWordsAA = \lyricmode { \override LyricHyphen #'minimum-distance = #0.8 foo -- bar } cu, Knut ___ lilypond-user mailing list lilypond-user@gnu.org https:/

font definition/usage in make-dynamic-script?

2012-10-21 Thread Knut Petersen
Hi everybody! How can I feed the equivalent of \override #'(font-name . "FOOBAR") to make-dynamic-script? The "#:typewriter" below should be replaced with a special font. make-pango-font-tree is not an option because of the known issues. foo = #(make-dynamic-script (markup #:line (#:hspace -2