Re: parenthesizing arpeggios

2012-04-22 Thread Urs Liska
Thank you very much, I will try this out later today. By overriding the stencil directly you have already solved my other problem that I didn't even post so far ;-) Now I can write a macro editorialArpeggio = { \once \override Arpeggio ... } I need this because I place all my editor's additions

Re: parenthesizing arpeggios

2012-04-22 Thread David Nalesnik
Hi again! > Here's something that works for arpeggios. The attached file is a bit > large because I needed to include several functions from stencil.scm to > draw the parentheses. > Oh, what ever was I thinking! No need at all for all that duplicated code... This is all you need: \version "2

Re: parenthesizing arpeggios

2012-04-22 Thread David Nalesnik
Hi Urs, On Sun, Apr 22, 2012 at 6:37 PM, Urs Liska wrote: > Dear listers, > > I thought it should be simple and straightforward, but I don't understand > how to put an arpeggio in brackets. > If I use this code I only get a very small parenthesis: > > \version "2.15.36" > \relative c' { > %\onc

Re: barcheck warning when using Timing.measurePosition in polyphonic music

2012-04-22 Thread Nick Payne
On 22/04/12 22:12, Federico Bruni wrote: Hi, just a nitpick... In NR 1.2.3, Upbeats, Known issues and warnings \set Timing.measurePosition is recommended instead of \partial when the partial measure occurs after the beginning of the piece. Single voice music compiles fine and without warning

parenthesizing arpeggios

2012-04-22 Thread Urs Liska
Dear listers, I thought it should be simple and straightforward, but I don't understand how to put an arpeggio in brackets. If I use this code I only get a very small parenthesis: \version "2.15.36" \relative c' { %\once \override ParenthesesItem #'font-size = #6 -\parenthesize \arpeggio }

Re: multiple tags

2012-04-22 Thread David Kastrup
James writes: > Is is possible to have simultaneous multiple tags? > I'm trying: > \version "2.14.2" > > control = { > s1*2 > \tag #'threes { \time 3/4 s2. } > \tag #'twos { \time 2/4 s2 } } > tset = \relative c' { > c4 d e f > \tag #'up {g4 a b c } >

multiple tags

2012-04-22 Thread James
Is is possible to have simultaneous multiple tags? I'm trying: \version "2.14.2" control = { s1*2 \tag #'threes { \time 3/4 s2. } \tag #'twos { \time 2/4 s2 } } tset = \relative c' { c4 d e f \tag #'up {g4 a b c } \tag #'down { g4 f e d } \ta

Re: how to post

2012-04-22 Thread Trevor Daniels
James, you wrote Sunday, April 22, 2012 9:33 PM How do I not top-post? Start your post with "> I'm top-posting", or anything beginning with ">" Trevor ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/l

how to post

2012-04-22 Thread James
I have a question, but every time I try to post it, gmane complains that I'm top-posting. How do I not top-post? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Make Tie a Slur

2012-04-22 Thread Helge Kruse
Am 22.04.2012 15:05, schrieb Nils: I have 70 pieces with ties and slurs here. They are already in Lilypond with the correct syntax. Now my publisher says he wants that ties look like slurs. I couldn't disagree more but I have no choice here. Any suggestions how

Re: String Bass Notation

2012-04-22 Thread Stjepan Horvat
I'm a doublebass student at Music Acadamy in Zagreb..this should be a bartok pizzicato..i didn't heard that there is an articulation like this and would have a diferent meaning. I aggree with tim that it is easyer to write.. On Sun, Apr 22, 2012 at 5:46 AM, Mark Mathias wrote: > I'm a bass playe

Re: Make Tie a Slur

2012-04-22 Thread Urs Liska
Am 22.04.2012 15:05, schrieb Nils: Sun, 22 Apr 2012 14:47:57 +0200 schrieb Urs Liska: Am 21.04.2012 17:53, schrieb Pavel Roskin: Quoting Nils: Hello, I have 70 pieces with ties and slurs here. They are already in Lilypond with the correct syntax. Now my publisher says he wants that ties l

Re: Make Tie a Slur

2012-04-22 Thread Nils
Sun, 22 Apr 2012 14:47:57 +0200 schrieb Urs Liska : > Am 21.04.2012 17:53, schrieb Pavel Roskin: > > Quoting Nils : > > > >> Hello, > >> > >> I have 70 pieces with ties and slurs here. They are already in > >> Lilypond with the correct syntax. > >> > >> Now my publisher says he wants that ties loo

Re: Make Tie a Slur

2012-04-22 Thread Urs Liska
Am 21.04.2012 17:53, schrieb Pavel Roskin: Quoting Nils : Hello, I have 70 pieces with ties and slurs here. They are already in Lilypond with the correct syntax. Now my publisher says he wants that ties look like slurs. I couldn't disagree more but I have no choice here. Any suggestions how

barcheck warning when using Timing.measurePosition in polyphonic music

2012-04-22 Thread Federico Bruni
Hi, just a nitpick... In NR 1.2.3, Upbeats, Known issues and warnings \set Timing.measurePosition is recommended instead of \partial when the partial measure occurs after the beginning of the piece. Single voice music compiles fine and without warnings: \version "2.15.36" \relative c'' {

Re: Flatten a tie without hardcoding control points?

2012-04-22 Thread James
James On 22 April 2012 04:50, James Harkins wrote: > At Sat, 21 Apr 2012 11:24:50 +0100, > James wrote: >> If you can come up with a simple example, we (or you even) could add >> it to the LilyPond snippet repository > > Like this, perhaps? I can add it if this looks OK. I guess - I am no judge,