Feature Request: ability to specify custom filename for midi output

2013-02-03 Thread Javier Ruiz-Alma
Requesting adding the ability to state a filename for midi output from within score's midi block (or other score-specific block). \book{ \bookpart{ ...some markup \score{ .music for ScoreOne \layout{} \midi{ \set midifilename = "chap1-piece-one" }

Feature Request: Support for fingering position override on single polyphonic notes

2013-02-09 Thread Javier Ruiz-Alma
Lilypond ignores fingering position command for single notes on polyphonic music, while allowing the desired behaviour when chord notation is used. Report from 2004: http://lists.gnu.org/archive/html/lilypond-user/2004-08/msg00300.html \version "2.16.1" { % fingering position command ignored on

LSR for two opposing fermatas fails on staff change

2013-02-10 Thread Javier Ruiz-Alma
The LSR for typesetting two opposing fermatas above/below a barline will not produce desired result when voices converge on one staff. Suggest adding a note of this, or better yet, how one could overcome this. http://lsr.dsi.unimi.it/LSR/Item?id=10 \version "2.16.1" soprano = { c''2 \cha

Re: Feature Request: Support for fingering position override on single polyphonic notes

2013-02-10 Thread Javier Ruiz-Alma
>Javier Ruiz-Alma ruiz-alma.com> writes: >> Lilypond ignores fingering position command for single notes on polyphonic >> music, while allowing the desired behaviour when chord notation is used. >> Report from 2004: >> http://lists.gnu.org/archive/html/lilyp

Enhancement: command for fixed vertical spacing of lines in markup column

2014-01-15 Thread Javier Ruiz-Alma
RE: -user group inquiry http://lists.gnu.org/archive/html/lilypond-user/2014-01/msg00672.html The usage of this new command relates to creating LP score templates, which include a tagline having two stacked lines of text inside a markup block. The tagline markup block needs to have dimensional s

Documentation fix

2015-01-14 Thread Javier Ruiz-Alma
On http://www.lilypond.org/doc/v2.19/Documentation/snippets/ There's an outdated/broken link to LSR pointing to http://lsr.dsi.unimi.it/ I can load LSR at this other URL: http://lsr.di.unimi.it/ ___ bug-lilypond mailing list bug-lilypond@gnu.org https://

Broken slurs won't overlap end-of-measure clef change

2016-10-18 Thread Javier Ruiz-Alma
The first segment of a slur that spans to the next system is typeset short if a clef change is present at the end of the originating measure. The first segment won't overlap the space above the changed clef. Javier Ruiz-Alma \version "2.18.2" \score { << { c&

Re: Broken slurs won't overlap end-of-measure clef change

2016-10-19 Thread Javier Ruiz-Alma
There's open issue matching the behavior...reported by Simon Albrecht back in 2013. https://sourceforge.net/p/testlilyissues/issues/3287/ The title of this could be more specific. Javier ___ bug-lilypond mailing list bug-lilypond@gnu.org https://list

2nd-voice \stemDown ignored with cross-staff stems

2011-05-21 Thread Javier Ruiz-Alma
% %Can't get the 8th notes from 2nd-voice bass to %get beamed plus retain the default stems down direction %If I remove the beaming brackets '[' ']', these notes will show stem down with flags %Once beamed, the notes will show stem up, even after applying \stemDown command %How do I force beam pl