Re: How do I add a small fermata?

2011-06-08 Thread Jan-Peter Voigt
Hello again, of course overriding Script is more convinient. Here are the examples: --snip-- \version "2.14.0" \relative c'' { \once \override TextScript #'self-alignment-X = #-0.7 c1_"markup"^\markup { \fontsize #-3 \musicglyph #"scripts.ufermata" } \once \override Script #'font-size = #-3 \on

Re: How do I add a small fermata?

2011-06-08 Thread Jan-Peter Voigt
Good morning, if you place the fermata as a MarkupTextScript event, you can shift it with self-alignment-X: --snip-- \once \override TextScript #'self-alignment-X = #-0.6 c^\markup { \fontsize #0 \musicglyph #"scripts.ufermata" } --snip-- If you concat the ufermata with other text, you can

Re: Fwd: Re: How do I add a small fermata?

2011-06-08 Thread -Eluze
Paul Scott-4 wrote: > > On 06/08/2011 09:48 PM, Paul Scott wrote: >> Moving this back to the list. >> >> Original Message >> Subject: Re: How do I add a small fermata? >> Date:Wed, 8 Jun 2011 20:37:41 -0400 >> From:Marc Mouries >> To: Paul Scott >> >> >>

Re: Fwd: Re: How do I add a small fermata?

2011-06-08 Thread Paul Scott
On 06/08/2011 09:48 PM, Paul Scott wrote: Moving this back to the list. Original Message Subject:Re: How do I add a small fermata? Date: Wed, 8 Jun 2011 20:37:41 -0400 From: Marc Mouries To: Paul Scott On Wed, Jun 8, 2011 at 6:14 PM, Paul Scott

Fwd: Re: How do I add a small fermata?

2011-06-08 Thread Paul Scott
Moving this back to the list. Original Message Subject:Re: How do I add a small fermata? Date: Wed, 8 Jun 2011 20:37:41 -0400 From: Marc Mouries To: Paul Scott On Wed, Jun 8, 2011 at 6:14 PM, Paul Scott > wrote: On 06/08/2

Re: Autobeam partial and grace note

2011-06-08 Thread Carl Sorensen
On 6/8/11 7:38 PM, "christophe 1710" wrote: > Hello, > > i'm facing a strange issue with lilypond 2.14. The following example > taken from the diabelli Theme start with a partial and a \acciaccatura. This is a problem with grace synchronization. See the known issues in Notation Reference 1.

Re: Autobeam partial and grace note

2011-06-08 Thread Peter Chubb
> "christophe" == christophe 1710 writes: christophe> \version "2.14.0" \header {tagline =""} christophe> One = \relative d'' { christophe> \time 3/4 | % 1 \partial 8*2 \acciaccatura d8 c8\p christophe> ( b8 ) c4-. 4 -. 4 -. } christophe> Two = \relative c { \clef "bass" \tim

Autobeam partial and grace note

2011-06-08 Thread christophe 1710
Hello, i'm facing a strange issue with lilypond 2.14. The following example taken from the diabelli Theme start with a partial and a \acciaccatura. The following link gives some information : http://lilypond.org/doc/v2.14/input/regression/81/lily-1fca564f.ly but it is not working fine with m

Re: How do I add a small fermata?

2011-06-08 Thread Paul Scott
On 06/08/2011 02:32 PM, Nils wrote: How do I create a small fermata to show that it is not original but inserted by the editor? ^\markup{ \fontsize #1 \musicglyph #"scripts.ufermata" } where you choose any value you want instead of #1. HTH Paul Scott

How do I add a small fermata?

2011-06-08 Thread Nils
How do I create a small fermata to show that it is not original but inserted by the editor? Nils ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Removing manual beams when multiplying note values

2011-06-08 Thread Nicholas Moe
Hello, I am replicating a handwritten score of Renaissance polyphony. I entered the notes with \autoBeamOff and manually entered the beams where they were needed using square brackets. Later, I decided I wanted to double the values of the notes, as is common with this type of music. I figured out

On creating a new all-encompassing drum mode

2011-06-08 Thread Mike J. Bell
I'm interested in making a custom drum mode that more accurately reflects the rules in Weinberg's Guide To Standardized Drumset Notation. Some of the pieces seem to be straightforward, others not so much. I made an example file that was as close as I could get it, but there are a number of proble

Re: 2.14 docs PDF portfolio

2011-06-08 Thread Francisco Vila
2011/6/7 Nick Payne : > On 07/06/11 17:05, Francisco Vila wrote: >> >> 2011/6/7 Nick Payne: >>> >>> I have created a searchable indexed PDF portfolio from the 2.14 English >>> PDF >>> docs (Extending, Internals, Learning, Notation, Snippets, Usage, and Web) >>> and uploaded it to http://www.users.o