Re: box around notes

2011-12-16 Thread m...@apollinemike.com
On Dec 16, 2011, at 6:27 AM, David Nalesnik wrote: Hi all, I'm trying to write a function to add a box around notes. I've come up with the following, and I'm wondering if anyone has any ideas how to improve it or perhaps a different approach. Basically, the function creates a box as a

Re: Not interested in midi meaning of \repeat volta etc.

2011-12-16 Thread James
Hello, On 16 December 2011 01:29, Frederick Dennis frederickden...@gmail.com wrote: Dear All, In 2.14.2 is there any way of getting \bar |: to print out after the time signature? http://lsr.dsi.unimi.it/LSR/Item?id=500 Also, is there any way of printing the first-time and second-time

How to get ps files as output from Lilypond

2011-12-16 Thread Jiri Zurek (Prague)
Hello, I am getting PDF files as an output from Lilypond. However, I would need postscript *.ps files instead (but NOT eps files). How do I achieve getting .ps files as output, please? -- View this message in context:

Subject: Not interested in midi meaning of \repeat volta etc.

2011-12-16 Thread Peter Gentry
\tempo Allegro Moderato4=86 \key c\major \time 4/4 r2. e''4 \bar |: % 1 \repeat volta 2 { e''8 [ a''8 ] a''4 ( a''8 ) [ c'''8 ] b''16 [ a''16 gis''16 a''16 ] | % 2 ...more music c''4 r4. g''16 [ a''16 ] b''16 [ c'''16 d'''16 b''16 ] | % 69 } \alternative {

Re: How to get ps files as output from Lilypond

2011-12-16 Thread Xavier Scheuer
On 16 December 2011 11:21, Jiri Zurek (Prague) zu...@ics.cas.cz wrote: Hello, I am getting PDF files as an output from Lilypond. However, I would need postscript *.ps files instead (but NOT eps files). How do I achieve getting .ps files as output, please? lilypond --ps myfile.ly AU 1.2

Re: How to get ps files as output from Lilypond

2011-12-16 Thread -Eluze
Jiri Zurek (Prague) wrote: Hello, I am getting PDF files as an output from Lilypond. However, I would need postscript *.ps files instead (but NOT eps files). How do I achieve getting .ps files as output, please? simply lilypond --ps test1.ly -- View this message in context:

Subdivision in tuplet

2011-12-16 Thread Thomas Scharkowski
Hi, how can I remove the subdivison in this example: -- \version 2.15.22 { %\set subdivideBeams = ##f \times 2/3 { b16[ b b } b8] b4 b b } -- Thanks Thomas ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Subdivision in tuplet

2011-12-16 Thread Thomas Scharkowski
Hi again, I have just found that in this example in LSR the tuplets also get subdivided after two 16th notes when compiled with LilyPond 2.15. In 2.12. it is o.k.. So maybe I have overlooked something? LSR example (LilyPond 2.12): -- music = \relative c'' { \times 2/3 { c16[ d e } f8]

skipTypesetting oddities

2011-12-16 Thread Damian leGassick
Hi all 1) in the following, the beaming goes wrong: { b8 b b b b b b b \set Score.skipTypesetting = ##t b b b b b b b b } whereas if I skip one eighth later it's fine: { b8 b b b b b b b b \set Score.skipTypesetting = ##t b b b b b b b b } 2) in this snippet of Beethoven, an extra

Beam subdivision bug in 2.15.22?

2011-12-16 Thread Thomas Scharkowski
\times 2/3 { b16 b b } b8 b4 b b 2.15.22 produces a (wrong) beam subdivison. 2.14.2 output is correct. See attachments. Is this a bug? I searched the bug list but did not find this one. Thomas attachment: 2.14.2.pngattachment: 2.15.22.png___

Re: Beam subdivision bug in 2.15.22?

2011-12-16 Thread David Kastrup
Thomas Scharkowski t.scharkow...@t-online.de writes: \times 2/3 { b16 b b } b8 b4 b b 2.15.22 produces a (wrong) beam subdivison. 2.14.2 output is correct. See attachments. Is this a bug? I searched the bug list but did not find this one. I would have a hard time calling this anything

Re: [tablatures] Grace Note Stem Length

2011-12-16 Thread James Lowe
ccing user list on Lilypond as that will be a better place to get help here. -- -- James On 16 Dec 2011, at 23:59, oldwhtman pryor27...@yahoo.com wrote: I am using Lilypond 2.14.2. Is there a way to change the stem length of beamed grace notes? I tried using: \set Score.graceSettings =

Re: box around notes

2011-12-16 Thread David Nalesnik
Hi Mike, Thank you so much for pointing me in the right direction! On Fri, Dec 16, 2011 at 2:06 AM, m...@apollinemike.com m...@apollinemike.com wrote: Hey David, Once articulations are in the game, I'd recommend creating a custom Scheme engraver that collects all the grobs you want,