Re: What is this mark?

2013-10-06 Thread Phil Holmes
- Original Message - From: Colin Campbell c...@shaw.ca To: lilypond-user@gnu.org Sent: Sunday, October 06, 2013 1:13 AM Subject: Re: What is this mark? Looking at my copy of the Novello Messiah, bar 17 is marked for Strings, so it seems pretty clear that your mark is simply a device

Problem with temporary polyphony

2013-10-06 Thread Peter Toye
Still a newbie here, I'm afraid. I'm trying to add a temporary extra voice to what is normally two-part polyphony using the \\ notation. And it gives an error: D:/Peter/Music/Lilypond/Purcell/VoiceBug.ly:26:7: warning: adding note head to incompatible stem (type = 1/4) { d1. } \\ {c2 b1 }

Re: Problem with temporary polyphony

2013-10-06 Thread David Kastrup
Peter Toye lilyp...@ptoye.com writes: Still a newbie here, I'm afraid. I'm trying to add a temporary extra voice to what is normally two-part polyphony using the \\ notation. And it gives an error: D:/Peter/Music/Lilypond/Purcell/VoiceBug.ly:26:7: warning: adding note head to incompatible

Reverting strict-grace-spacing

2013-10-06 Thread EdBeesley
(2.16.2) I have \override Score.SpacingSpanner #'strict-grace-spacing = ##t set earlier in my score, but need to unset this for one specific bar. I've tried both \revert Score.SpacingSpanner #'strict-grace-spacing and \override Score.SpacingSpanner #'strict-grace-spacing = ##f but neither

Re: Reverting strict-grace-spacing

2013-10-06 Thread David Kastrup
EdBeesley edplaysdr...@gmail.com writes: (2.16.2) I have \override Score.SpacingSpanner #'strict-grace-spacing = ##t set earlier in my score, but need to unset this for one specific bar. I've tried both \revert Score.SpacingSpanner #'strict-grace-spacing and \override

Re: Reverting strict-grace-spacing

2013-10-06 Thread EdBeesley
dak wrote They should if done correctly. Example? -- David Kastrup \score { \new Staff \relative c' { \key des \major \override Score.SpacingSpanner #'strict-grace-spacing = ##t r8 \grace{\stemUp f' [ c ges ] } \stemNeutral bes,16 \f f'- a, des'- a, c'- aes, ees'- aes,

Re: Reverting strict-grace-spacing

2013-10-06 Thread David Kastrup
EdBeesley edplaysdr...@gmail.com writes: dak wrote They should if done correctly. Example? -- David Kastrup \score { \new Staff \relative c' { \key des \major \override Score.SpacingSpanner #'strict-grace-spacing = ##t r8 \grace{\stemUp f' [ c ges ] } \stemNeutral

Re: Reverting strict-grace-spacing

2013-10-06 Thread Noeck
Am 06.10.2013 21:18, schrieb EdBeesley: dak wrote They should if done correctly. Example? -- David Kastrup \score { \new Staff \relative c' { \key des \major \override Score.SpacingSpanner #'strict-grace-spacing = ##t r8 \grace{\stemUp f' [ c ges ] } \stemNeutral

Re: Reverting strict-grace-spacing

2013-10-06 Thread EdBeesley
dak wrote I get the desired result with \newSpacingSection: \score { \new Staff \relative c' { \key des \major \override Score.SpacingSpanner #'strict-grace-spacing = ##t r8 \grace{\stemUp f' [ c ges ] } \stemNeutral bes,16 \f f'- a, des'- a, c'- aes, ees'- aes, des-

bagpipe manual

2013-10-06 Thread Noeck
Hi, reading this section of the manual (2.16 as well as 2.17): http://lilypond.org/doc/v2.16/Documentation/notation/bagpipes I find the order of explanations a bit confusing: The following line is used to explain the \taor command of \include bagpipe.ly \grace { \small G32[ d G e] } But

Re: bagpipe manual

2013-10-06 Thread Hans Aberg
On 6 Oct 2013, at 23:33, Noeck noeck.marb...@gmx.de wrote: reading this section of the manual (2.16 as well as 2.17): http://lilypond.org/doc/v2.16/Documentation/notation/bagpipes Also, the GHB is tuned in A mixolydian, often considerably higher than the standard pitch, up towards A = 480 Hz.

Page number changes forcing headers to appear on second page

2013-10-06 Thread EdBeesley
2.16.2 I've added a title page to my score, the best way I could think of doing it was to wrap the title page and score in separate \bookpart's . The structure is like below: \bookpart { paper { first-page-number = #0 print-first-page-number = ##f } \markup {blah blah blah title

Re: Page number changes forcing headers to appear on second page

2013-10-06 Thread Eluze
EdBeesley wrote Structurally this works fine except … … this doesn't compile have you read 3.1.2 Multiple scores in a book http://www.lilypond.org/doc/v2.17/Documentation/notation/multiple-scores-in-a-book in NR, where it states: Pieces of music may be grouped into book parts using

Re: Page number changes forcing headers to appear on second page

2013-10-06 Thread Nick Payne
On 07/10/13 09:33, EdBeesley wrote: 2.16.2 I've added a title page to my score, the best way I could think of doing it was to wrap the title page and score in separate \bookpart's . The structure is like below: \bookpart { paper { first-page-number = #0 print-first-page-number