Re: lilypond-user Digest, Vol 130, Issue 192

2013-09-30 Thread Dossy Shiobara
the barcheck error. :-) Minor annoyance is that the MIDI file gets written out as "-1.midi" instead of just ".midi" but I'm happy renaming the thing to get what I want ;-) -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com |

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
ianoLHMusic >> >> %\layout { \context { \RemoveEmptyStaffContext } } } } This (visually) gives me *exactly* what I want. Your example, even if I rearrange the order of the elements so that ChordNames is first, then FretBoards, etc., it still renders the first Voice staff first ... -- Dossy Sh

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
x27;t create a single MIDI file from them. Really, LP should let me specify a \midi section at the \book level and have it generate a MIDI file for all \score's contained in the \book. :-/ -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
And that also (necessarily) means that if I need to organize the arrangement in multiple \score blocks, there's no way for me to generate a single MIDI file from them using LilyPond alone? On 9/29/13 4:58 PM, Federico Bruni wrote: > 2013/9/29 Dossy Shiobara mailto:do...@pano

MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
Drawing systems... Layout output to `test.ps'... Converting to `./test.pdf'... Success: compilation successfully completed -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com

Re: Multiple tensions in Chord Mode

2012-05-28 Thread Dossy Shiobara
> > Is there a way to do work around this? What about using the alternate note names? Could you do this: for example, if des' == cis', right? -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly --

Re: help needed for new church hymnbook / hulp gevraagd voor nieuw liedboek

2012-05-10 Thread Dossy Shiobara
On 5/10/12 5:58 AM, Wilbert Berendsen wrote: > The music engraving is done using LilyPond. What format is the source material in? Hand-written scores? How will this material be provided to those who are selected to join the engraving team? -- Dossy Shiobara | "He real

Re: (somewhat OT:) lilypond calling bash script questions

2012-05-09 Thread Dossy Shiobara
This may or may not do exactly what you want: find [0-9]* -name '*.ly' -print | while read f; do cd `dirname $f` lilypond `basename $f` done On 5/9/12 9:39 AM, Christopher Webster wrote: > /How can I sequentially cd to all subdirectories that start with a number?/ -- D

Re: Beamed rests

2012-04-04 Thread Dossy Shiobara
7;transparent = ##t r8   a16] }     >>   } } -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on." (p. 70)

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
Good point. I've moved the #'ignore-collisions to before the chord that matters and applied \once to it. Thanks for the tip. -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
score this is likely to lead to collisions. \once \override > where appropriate is safer. -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quick

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
\relative c' { \key f \major 1 ~ | 4 } } Then, the other voices just started out with a { s1 | } ... On 4/2/12 11:02 PM, Dossy Shiobara wrote: > I know how to make a pitch transparent (e.g., \override Rest > #'transparent = ##t) but is there a way

Pitch with null duration?

2012-04-03 Thread Dossy Shiobara
couldn't find it; I'm sorry. Thanks, Dossy -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on." (p. 70)