Re: slur and tie in a chord

2014-06-01 Thread Phil Holmes
Not so hard: 2 ^( 2 ) Please post working snippets: your bar check is in the wrong place and 2 dotted mimims won't fit in a 4/4 bar - the default. -- Phil Holmes - Original Message - From: MING TSANG To: lilypond-user mailinglist Sent: Monday, June 02, 2014 2:08 AM Subject: slur a

Re: bug triplet line collides with fingering

2014-06-01 Thread James
ccing bug list On 02/06/14 02:37, MarcM wrote: > I thought this bug had been reported but apparently not. I just recompiled > the same file with LilyPond_2.19.7 and the triplet line still collides with > either the fingering or with the slur. > > \version "2.19.7" > \language "english" > { > \rel

Re: (was: print change of clef after barline) scm vectors in frescobaldi

2014-06-01 Thread Wilbert Berendsen
Op Sun, 01 Jun 2014 22:56:15 +0200 Simon Albrecht schreef: > Looking at this code, I notice that Frescobaldi doesn’t seem to > recognise Scheme vectors. It would be nice (if also rarely important) > to have them correctly highlighted. > > Best, Simon Fixed! Thanks, Wilbert -- Wilbert Berend

Re: Separate pedal staff shifts notes in music staves

2014-06-01 Thread Helge Kruse
To reproduce the behaviour you just have to extend on staff. e.g. the first stuff: \new Staff \relative c''{ \time 6/4 << { c2.( d2) d4 | c2.( d2) d4 | } \\ { g,2. a | g2. a |} >> c1. c c c c c c c } Regards Helge Am 02.06.2014 04:27, schrieb Javier Ruiz-A

small notehead in a chord

2014-06-01 Thread MING TSANG
lilyponders: For the following code, how can I make notehead Ef, Ef, in the chords  smaller? \version "2.19.7" \language "english" { \key ef\major \time 3/4 \clef bass 2. |2. } Emmanuel, Ming.___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: bug triplet line collides with fingering

2014-06-01 Thread MarcM
I thought this bug had been reported but apparently not. I just recompiled the same file with LilyPond_2.19.7 and the triplet line still collides with either the fingering or with the slur. \version "2.19.7" \language "english" { \relative d' { \tuplet 3/2 {d'4\flageolet a8-4(} \tuplet 3/2{f

slur and tie in a chord

2014-06-01 Thread MING TSANG
lilyponders: I have trouble make the following code working: I like to see ef, tie to Ef,  Ef tie to Ef, Af slur to G.  The ties are ok but slur does not display.   \version "2.19.7" \language "english" { \key ef\major \clef bass 2. |2. } Emmanuel, Ming

Re: print change of clef after barline

2014-06-01 Thread Thomas Morley
2014-06-01 13:26 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2014-06-01 12:19 GMT+02:00 Thomas Morley : >>> 2014-06-01 12:09 GMT+02:00 David Kastrup : Thomas Morley writes: make-vector > @David > If an experienced user like Damian stumbles across it, it migh

Re: Please how to use the Scheme debugger?

2014-06-01 Thread mark damerell
My apologies to D. Kastrup for having replied in the wrong way. It seems that Lilypond ( lilypond-2.18.2-1.linux-x86.sh installed with default options ) comes with its own private copy of Guile (1.8.7). Unfortunately this means that installing another version of Guile does not change anything.

Re: Getting LilyPond code with included files into LyX

2014-06-01 Thread Damian leGassick
On 26 May 2014, at 07:54, Ben Beeson wrote: > Hi all, > > I decided that I wanted to compile a tune book using LyX. I have collected up > several tunes that I want in the tune book and these tunes are all engraved > with LilyPond. Now I need to figure out how to get these tunes into a LyX >

(was: print change of clef after barline) scm vectors in frescobaldi

2014-06-01 Thread Simon Albrecht
Am 01.06.2014 12:09, schrieb Thomas Morley: Not exactly. Here some crazy settings for time-signature: #( ;; end of line: time-signature right before key-signature (span-bar breathing-sign staff-bar clef key-cancellation time-signatu

A book on how music notation should look

2014-06-01 Thread Richard Shann
Someone just pointed me to this source of opinion on music notation: https://archive.org/details/EssentialDictionaryOfMusicNotation I don't think I've seen it mentioned on this list before, so thought folk might be interested. I just used it to educate myself on the subject of melisma for which I

Re: print change of clef after barline

2014-06-01 Thread Damian leGassick
On 1 Jun 2014, at 12:26, David Kastrup wrote: > Thomas Morley writes: > >> 2014-06-01 12:19 GMT+02:00 Thomas Morley : >>> 2014-06-01 12:09 GMT+02:00 David Kastrup : Thomas Morley writes: make-vector > @David > If an experienced user like Damian stumbles across it,

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Tim McNamara
On Jun 1, 2014, at 11:59 AM, Malte Meyn wrote: > It’s not a bug, it’s a feature (see documentation; Changes for 2.18 and > Notation Reference). \bar ".|:" and \bar ":|." should do what you want. Huh! Thanks, it took me a couple minutes to see the logic to that change.

Re: Phrasing Slur with Arrow

2014-06-01 Thread Malte Meyn
Hello, this was discussed just a few weeks ago at the German LilyPond forum: http://www.lilypondforum.de/index.php?topic=1744.msg9669#msg9669 This post contains an (as far as I know) ready-to-use solution. Maybe Harm, who also subscribed to this list, will answer questions to this ;) Malte On

Phrasing Slur with Arrow

2014-06-01 Thread Kate Sekula
Hello all! Is there a way to have a phrasing slur with an arrow? I was hoping for something like: \override PhrasingSlur.bound-details.right.arrow = ##t, but that's no good. Thanks! ~Kate ___ lilypond-user mailing list lilypond-user@gnu.org https:

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Malte Meyn
Oh, and of course, convert-ly knows this, so you can use it to update old source files. On 01.06.2014 18:59, Malte Meyn wrote: It’s not a bug, it’s a feature (see documentation; Changes for 2.18 and Notation Reference). \bar ".|:" and \bar ":|." should do what you want. On 01.06.2014 18:40, Ti

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Marc Hohl
Am 01.06.2014 18:40, schrieb Tim McNamara: Since updating to 2.18.2 and using JazzLILY I notice that when I compile scores with \bar “|:” or \bar “:|” the repeat signs are not printed. These have been replaced by ".|:" and ":|.", respectively. convert-ly does the conversion automatically, btw

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Malte Meyn
It’s not a bug, it’s a feature (see documentation; Changes for 2.18 and Notation Reference). \bar ".|:" and \bar ":|." should do what you want. On 01.06.2014 18:40, Tim McNamara wrote: Since updating to 2.18.2 and using JazzLILY I notice that when I compile scores with \bar “|:” or \bar “:|” t

\bar partially broken for just me or everyone?

2014-06-01 Thread Tim McNamara
Since updating to 2.18.2 and using JazzLILY I notice that when I compile scores with \bar “|:” or \bar “:|” the repeat signs are not printed. The opening repeat is omitted and the closing repeat is omitted and the end barline is also missing (if the repeat happens at the end of a line, anyway).

Re: bar numbers above StaffGroups

2014-06-01 Thread David Kastrup
Orm Finnendahl writes: > Hi, > > I'm trying to print bar numbers not only at the top of the score, but > also above selected groups, (like brass, percussion, strings, etc.). > > The code below does the trick, but the bar numbers are both printed in > columns above the topmost staff. Is there a c

Re: bar numbers above StaffGroups

2014-06-01 Thread Thomas Morley
2014-06-01 14:23 GMT+02:00 Orm Finnendahl : > Hi, > > I'm trying to print bar numbers not only at the top of the score, but > also above selected groups, (like brass, percussion, strings, etc.). > > The code below does the trick, but the bar numbers are both printed in > columns above the topmost

Re: Problems with "DC al Fine" template

2014-06-01 Thread Knute Snortum
In my previous example, just change _\dc to ^\dc and you have it. Knute Snortum (via Gmail) On Sun, Jun 1, 2014 at 5:52 AM, Yann wrote: > >> Ok, I was too quick to post, now I remember the reason for these > >> \consists and \remove statements. I have chords in my template, and I > >> wanted

Re: Problems with "DC al Fine" template

2014-06-01 Thread Yann
>> Ok, I was too quick to post, now I remember the reason for these >> \consists and \remove statements. I have chords in my template, and I >> wanted the "Fine" and "DC" marks to be printed just above the staff >> (that is, between the chords and the staff). About this, where would >> you put the

bar numbers above StaffGroups

2014-06-01 Thread Orm Finnendahl
Hi, I'm trying to print bar numbers not only at the top of the score, but also above selected groups, (like brass, percussion, strings, etc.). The code below does the trick, but the bar numbers are both printed in columns above the topmost staff. Is there a canonical way to get them printed dire

Re: print change of clef after barline

2014-06-01 Thread David Kastrup
Thomas Morley writes: > 2014-06-01 12:19 GMT+02:00 Thomas Morley : >> 2014-06-01 12:09 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >>> >>> make-vector >>> @David If an experienced user like Damian stumbles across it, it might be worth clearifying it in NR/IR. What do

Re: chord name

2014-06-01 Thread MING TSANG
James: Thank you for the link.  I will study it and let you know. Emmanuel, Ming On Sunday, June 1, 2014 6:54:47 AM, James wrote: On 01/06/14 11:34, MING TSANG wrote: lilyponders: >I am transcribe a score hardcopy and I encounter lily does not generate as the >score hardcopy. >questions: >

Re: print change of clef after barline

2014-06-01 Thread Thomas Morley
2014-06-01 12:19 GMT+02:00 Thomas Morley : > 2014-06-01 12:09 GMT+02:00 David Kastrup : >> Thomas Morley writes: >> >> make-vector >> >>> @David >>> If an experienced user like Damian stumbles across it, it might be >>> worth clearifying it in NR/IR. >>> What do you think? >> >> I don't think that

Re: chord name

2014-06-01 Thread James
On 01/06/14 11:34, MING TSANG wrote: lilyponders: I am transcribe a score hardcopy and I encounter lily does not generate as the score hardcopy. questions: (1) are they the same? (2) how can I make it show as the score hardcopy? (3) Is there a sample chord name sample? Below is a sample cod

chord name

2014-06-01 Thread MING TSANG
lilyponders: I am transcribe a score hardcopy and I encounter lily does not generate as the score hardcopy. questions: (1)  are they the same? (2)  how can I make it show as the score hardcopy? (3)  Is there a sample chord name sample? Below is a sample code: \version "2.19.7" \language "english"

Re: print change of clef after barline

2014-06-01 Thread Thomas Morley
2014-06-01 12:09 GMT+02:00 David Kastrup : > Thomas Morley writes: > > make-vector > >> @David >> If an experienced user like Damian stumbles across it, it might be >> worth clearifying it in NR/IR. >> What do you think? > > I don't think that we can reasonably explain stuff like make-vector in >

Re: print change of clef after barline

2014-06-01 Thread David Kastrup
Thomas Morley writes: make-vector > @David > If an experienced user like Damian stumbles across it, it might be > worth clearifying it in NR/IR. > What do you think? I don't think that we can reasonably explain stuff like make-vector in our manuals. The best we can do is to avoid it in element

Re: print change of clef after barline

2014-06-01 Thread Thomas Morley
2014-06-01 11:32 GMT+02:00 James : > On 01/06/14 10:29, Thomas Morley wrote: >> >> 2014-06-01 10:23 GMT+02:00 David Kastrup : >>> >>> Damian leGassick writes: >>> On 31 May 2014, at 22:12, Thomas Morley wrote: > > Did you look into > IR 3.1.22 BreakAlignment ->break-align-orders ?

Re: print change of clef after barline

2014-06-01 Thread James
On 01/06/14 10:29, Thomas Morley wrote: 2014-06-01 10:23 GMT+02:00 David Kastrup : Damian leGassick writes: On 31 May 2014, at 22:12, Thomas Morley wrote: Did you look into IR 3.1.22 BreakAlignment ->break-align-orders ? Or NR A.17 Layout properties ->break-align-orders what is not clear i

Re: print change of clef after barline

2014-06-01 Thread Thomas Morley
2014-06-01 10:23 GMT+02:00 David Kastrup : > Damian leGassick writes: > >> On 31 May 2014, at 22:12, Thomas Morley wrote: > >>> Did you look into >>> IR 3.1.22 BreakAlignment ->break-align-orders ? >>> >>> Or NR A.17 Layout properties ->break-align-orders >> >> what is not clear is this bit: >> >>

Re: print change of clef after barline

2014-06-01 Thread David Kastrup
Damian leGassick writes: > On 31 May 2014, at 22:12, Thomas Morley wrote: >> Did you look into >> IR 3.1.22 BreakAlignment ->break-align-orders ? >> >> Or NR A.17 Layout properties ->break-align-orders > > what is not clear is this bit: > > The format is a vector of length 3, where each element

Re: print change of clef after barline

2014-06-01 Thread Damian leGassick
On 31 May 2014, at 22:12, Thomas Morley wrote: > 2014-05-31 20:05 GMT+02:00 Damian leGassick : >> thanks Harm >> >> I found a way...though I don't understand how or why the vector works for >> break-align-orders >> >> Damian > > Did you look into > IR 3.1.22 BreakAlignment ->break-align-order