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.6

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

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

2012-10-21 Thread David Kastrup
Knut Petersen knut_peter...@t-online.de 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

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 ___

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

2012-10-21 Thread David Kastrup
Knut Petersen knut_peter...@t-online.de 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

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

2012-10-21 Thread Thomas Morley
2012/10/21 Knut Petersen knut_peter...@t-online.de: 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.

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

Re: Multi-measure rests and counter in piano staff

2012-10-21 Thread Helge Kruse
2012/10/19 David Nalesnik david.nales...@gmail.com 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

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

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 thomasmorle...@googlemail.com wrote: 2012/10/19 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: Calling the function for a single pitch doesn't work, if ##{ #} are omitted, but it'll work if the predicate would be

Re: Redistributing Emmentaler .otf files

2012-10-21 Thread Janek Warchoł
On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska li...@ursliska.de 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

Re: Hairpins

2012-10-21 Thread David Kastrup
Phil Holmes em...@philholmes.net 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

Re: Redistributing Emmentaler .otf files

2012-10-21 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Fri, Oct 19, 2012 at 12:04 PM, Urs Liska li...@ursliska.de 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

Re: Hairpins

2012-10-21 Thread Reinhold Kainhofer
On 2012-10-21 18:04, David Kastrup wrote: Phil Holmes em...@philholmes.net 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

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

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

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 function to

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 =

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 ... --- This,

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