RE: Time signature differs from measure length

2014-10-09 Thread Mark Stephen Mrotek
Noeck, http://lists.gnu.org/archive/html/lilypond-user/2014-09/msg00603.html might be of help. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Noeck Sent: Thursday, October 09, 2014

RE: Time signature differs from measure length

2014-10-10 Thread Mark Stephen Mrotek
--Original Message- From: Noeck [mailto:noeck.marb...@gmx.de] Sent: Friday, October 10, 2014 3:46 AM To: Mark Stephen Mrotek; lilypond-user Subject: Re: Time signature differs from measure length > -Original Message- > I want to write a piece with a alla-breve time signatu

RE: Time signature differs from measure length

2014-10-10 Thread Mark Stephen Mrotek
] Sent: Friday, October 10, 2014 12:13 PM To: Noeck; Mark Stephen Mrotek; lilypond-user Subject: Re: Time signature differs from measure length Am 10.10.2014 um 12:45 schrieb Noeck: >> -Original Message- >> I want to write a piece with a alla-breve time signature but with >

RE: Time signature differs from measure length

2014-10-10 Thread Mark Stephen Mrotek
I stand corrected. Mark -Original Message- From: Simon Albrecht [mailto:simon.albre...@mail.de] Sent: Friday, October 10, 2014 1:23 PM To: Mark Stephen Mrotek; 'lilypond-user' Subject: Re: Time signature differs from measure length Am 10.10.2014 um 21:53 schrieb Mark Step

RE: Tilde causes error message: "unrecognized string, not in text script or \lyricmode"

2014-10-12 Thread Mark Stephen Mrotek
Eyolf, Your snippet compiles without error message for me. I am using Lilypond under Windows. I notice that a space separates the two "e" from their "~." The space is not between the two "b" and theirs. Perhaps this is the source of the error message for you. Mark -Original Message- From

spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
should I look for a remedy? Thank you for your kind attention. Mark Stephen Mrotek InPlace.pdf Description: Adobe PDF document \version "2.18.0" \score { \new PianoStaff << \new Staff = "upper" \relative c'' { \clef treble

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
Frank, Agreed, yet that is not how it appears when the entire movement is printed. Mark -Original Message- From: Alicuota618 [mailto:alicuota...@gmail.com] Sent: Monday, October 13, 2014 9:18 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: spacing of triplets Hello

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
To: Mark Stephen Mrotek Cc: Alicuota618; LilyPond User Group Subject: Re: spacing of triplets There must be some other thing injected in a prior spot of your ly code for the entire movement that is causing that peculiar spacing to show up. I would start backtracking from the problem area and add

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
David, “\newSpacingSection” worked, although it had to be inserted before each measure. Is that expected? Thank you. Mark From: David Nalesnik [mailto:david.nales...@gmail.com] Sent: Monday, October 13, 2014 10:49 AM To: Mark Stephen Mrotek Cc: Shane Brandes; LilyPond User Group

fatal error

2014-10-15 Thread Mark Stephen Mrotek
Hello, The following appeared when compiling a heretofore functioning file. Starting lilypond-windows.exe 2.18.0 [FanD.ly]... Processing `I:/Personal/Music/FanD.ly' Parsing... Interpreting music...[8][16][24][32] Preprocessing graphical objects... Finding the ideal number of pages...

RE: fatal error

2014-10-15 Thread Mark Stephen Mrotek
Abraham and Urs, Thank you for pointing me in the right direction. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Abraham Lee Sent: Wednesday, October 15, 2014 3:27 PM To: Urs Liska Cc: lilypond-us

RE: dots below after <>

2014-10-27 Thread Mark Stephen Mrotek
Bernhard, Location is determined by one of three signs: "^" for above, "-" for at side," and "_" for below. So for your example: < h f' >_. Look at http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attached-to-notes Mark -Original Message- From: lilypond-user-bounc

RE: dots below after <>

2014-10-27 Thread Mark Stephen Mrotek
Phil, Thank you for redirecting me. Mark -Original Message- From: Phil Holmes [mailto:m...@philholmes.net] Sent: Monday, October 27, 2014 9:02 AM To: Mark Stephen Mrotek; 'Dr. Bernhard Kleine'; lilypond-user@gnu.org Subject: Re: dots below after <> - Original Me

inputting with explicit voices

2014-10-31 Thread Mark Stephen Mrotek
Hello! When inputting code for polyphony, e.g. a fugue, using explicit voices (<< \new voice { voiceOne . } \new voice { voiceTwo } >> ), the first note of voiceTwo is placed, octave wise, in relation to the last note set in voiceOne. As the last note entered in voiceOne changes octave, all of

RE: A pause in 3/4 measure

2014-10-31 Thread Mark Stephen Mrotek
Bernhard, Use "R2." for a centered full measure rest. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Dr. Bernhard Kleine Sent: Friday, October 31, 2014 3:42 AM To: lilypond-user@gnu.org Subject: A p

RE: inputting with explicit voices

2014-10-31 Thread Mark Stephen Mrotek
James, Thank you for your reply and the resolution. I appreciate your helping me to learn Lilypond. Mark From: James Worlton [mailto:jworl...@gmail.com] Sent: Friday, October 31, 2014 11:38 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: inputting with explicit voices

RE: inputting with explicit voices

2014-10-31 Thread Mark Stephen Mrotek
Or something like that. That way, the \voiceTwo section will always start relative to c' instead. HTH, Abraham On Fri, Oct 31, 2014 at 12:20 PM, Mark Stephen Mrotek [via Lilypond] <[hidden email]> wrote: Hello! When inputting code for polyphony, e.g. a fugue, using e

Ties across voices

2014-11-02 Thread Mark Stephen Mrotek
Hello, As far as I know, which is certainly minimal, ties cannot be input across voices as in << \new Voice \relative c' { \voiceOne } \new Voice \relative c' { \voiceTwo } >>. How could I achieve ties as in the attached example? Thank you for your kind attenti

RE: Ties across voices

2014-11-02 Thread Mark Stephen Mrotek
Mike, Thank you for your reply and the suggestion. I shall try it. “Never let the perfect be the enemy of the good!” Mark From: Mike Solomon [mailto:m...@mikesolomon.org] Sent: Sunday, November 02, 2014 6:43 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: Ties

ties over voices, again

2014-11-03 Thread Mark Stephen Mrotek
Hello, In a response to my query about creating ties over explicit voices, Mike Solomon (thank you!) provided the following: \layout { \context { \Voice \remove "Tie_engraver" } \context { \Staff \consists "Tie_engraver" } } This provided the desired ties in one staff of a Piano Staff,

RE: ties over voices, again

2014-11-03 Thread Mark Stephen Mrotek
Mike, Guess I have some homework tonight! Thank you. Mark From: Mike Solomon [mailto:m...@mikesolomon.org] Sent: Monday, November 03, 2014 10:19 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: ties over voices, again On Nov 3, 2014, at 8:15 PM, Mark

RE: ties over voices, again

2014-11-03 Thread Mark Stephen Mrotek
@gnu.org Subject: Re: ties over voices, again Mark, This should do it: \new Staff \with { \consists "Tie_engraver" } { ... } HTH, Abraham On Mon, Nov 3, 2014 at 11:16 AM, Mark Stephen Mrotek [via Lilypond] <[hidden email]> wrote: Hello, In a response t

RE: General newbie query: Creating and displaying dynamic scores using Lilypond?

2014-11-06 Thread Mark Stephen Mrotek
Dr. Eldridge, Something online that seems to resemble your proposed system. http://weezic.com/en/ Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Alice Eldridge Sent: Thursday, November 06, 2014 6

RE: Vertical brackets with text around chords

2014-11-07 Thread Mark Stephen Mrotek
Ryan, A discussion of this is at: http://lilypond.1069038.n5.nabble.com/Left-hand-right-hand-editorial-annotat ion-td161987.html Below is a code to do this, I cannot remember who produced it and posted it on the list. % Hand indicators % Note: To use these correctly, the note MUST be part of a

RE: Vertical brackets with text around chords

2014-11-07 Thread Mark Stephen Mrotek
Abraham, I shall note my records and give credit properly. Mark From: Abraham Lee [mailto:tisimst.lilyp...@gmail.com] Sent: Friday, November 07, 2014 10:37 AM To: Mark Stephen Mrotek Cc: Ryan McClure; lilypond-user@gnu.org Subject: RE: Vertical brackets with text around chords

RE: how to get an acciaccatura (with stroke) at the end of barline?

2014-11-09 Thread Mark Stephen Mrotek
Federico, Since a “grace” and an “acciaccatura” are different, their formatting is different. From what you describe does the following work? \relative c'' { s2 b \acciaccatura { \bar "" a8 \bar "|" } g } Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mai

RE: how to get an acciaccatura (with stroke) at the end of barline?

2014-11-09 Thread Mark Stephen Mrotek
edition to compare the notation? I shall look also. Mark From: Federico Bruni [mailto:fedel...@gmail.com] Sent: Sunday, November 09, 2014 11:34 AM To: Mark Stephen Mrotek Cc: Lilypond-User Mailing List Subject: RE: how to get an acciaccatura (with stroke) at the end of barline? Il giorno

after grace

2014-11-09 Thread Mark Stephen Mrotek
Federico, Augener's Edition (http://violinsheetmusic.org/classical/b/bach/bach-violin-concerto-bwv-1041- violin.pdf-) does not tie the first "b" to the second, and the "a" is a demisemiquaver aftergrace. Mark ___ lilypond-user mailing list lilypo

Trill Span

2014-11-11 Thread Mark Stephen Mrotek
Hello, How do I get the trill span to be over the fourth beat, "e4?" \version "2.18.0" \relative c' { \time 4/4 \clef treble \key c \major c2\startTrillSpan d4 e4\stopTrillSpan | f1 | } Thank you for your kind attention. Mark ___ li

RE: Trill Span

2014-11-11 Thread Mark Stephen Mrotek
Pierre, Thank you for your reply and the instructions. Mark From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Tuesday, November 11, 2014 9:02 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: Trill Span Hi Mark, 2014-11-11 17:40 GMT+01:00 Mark

RE: Repeat Volta Bar Types

2014-11-11 Thread Mark Stephen Mrotek
Chris, See http://www.lilypond.org/doc/v2.18/Documentation/notation/bars and http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On

RE: Huge gap between piano staves

2013-05-29 Thread Mark Stephen Mrotek
Derek: In my piano scores for dynamics I refer to: http://www.lilypond.org/doc/v2.16/Documentation/learning/articulation-and-dy namics and for pedaling to: http://www.lilypond.org/doc/v2.16/Documentation/notation/piano Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr.

Appoggiatura in Anacrusis

2013-06-03 Thread Mark Stephen Mrotek
Good Day! A piece begins with an anacrusis - see attached file "without.ly." When the "g" is notated as an appoggiatura to the "f" - see attached file "with.ly" - some dreck appears. http://lsr.dsi.unimi.it/LSR/Item?id=183 states that the grace should appear after the "\partial." Placing th

fatal error

2013-07-18 Thread Mark Stephen Mrotek
Hello: I have been working on a file for some time without incident. At the last opening the following log was printed. Starting lilypond-windows.exe 2.16.2 [13-2.ly]... Processing `I:/Personal/Music/13-2.ly' Parsing... Interpreting music...[8][16][24][32][40][48][56] warning: type chec

RE: fata, l error

2013-07-18 Thread Mark Stephen Mrotek
Eluze: Thank you for your response and suggestion. All programs were closed, computer rebooted, Frescobaldi started and file reopened. Same error message appeared. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca

RE: fatal error

2013-07-18 Thread Mark Stephen Mrotek
Mr. Kastrup: Thank you for your reply and suggestion. I check the input and found three instances of "stencil:" \override TupletNumber #'stencil = ##f \override TupletNumber #'stencil = ##t \override TupletNumber #'stencil = ##f To me they appear to be correct. Should I be seeing something else

RE: fatal error

2013-07-19 Thread Mark Stephen Mrotek
Mr. Long: Thank you for the suggestion. I shall try the command. Mark -Original Message- From: Jim Long [mailto:lilyp...@umpquanet.com] Sent: Thursday, July 18, 2013 10:38 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: fatal error On Thu, Jul 18, 2013 at 06:16:22PM

RE: fatal error

2013-07-19 Thread Mark Stephen Mrotek
er method than removing the stencil or look up how to (re-)add the appropriate stencil instead of your second example line. HTH Urs Zitat von Mark Stephen Mrotek : > Mr. Kastrup: > > Thank you for your reply and suggestion. > > I check the input and found three instances o

move clef

2013-07-21 Thread Mark Stephen Mrotek
Hello, In the attached file the treble clef should be after the repeat signs. How do I get it to be there? Thank you for your kind attention. Mark \version "2.16.2" global = { \key d \major \time 4/4 } right = \relative c'' { \global \repeat volta 2 { a8 r < a cis >8

RE: move clef

2013-07-21 Thread Mark Stephen Mrotek
pond-user@gnu.org Subject: Re: move clef Mark Stephen Mrotek wrote > In the attached file the treble clef should be after the repeat signs. > > How do I get it to be there? you can override the default order of such objects with: [\once] \override Score.BreakAlignment #'break-alig

RE: move clef

2013-07-22 Thread Mark Stephen Mrotek
@gnu.org Subject: RE: move clef Mark Stephen Mrotek wrote > My knowledge of Lilypond's programming language is very limited, so > please allow me to check for understanding. I would use: > > [\once] \override Score.BreakAlignment #'break-align-orders = > #(make-vector 3

header

2013-07-24 Thread Mark Stephen Mrotek
Hello: A three movement piece has the following in the \header: title, composer, dedication, and opus. The "opus" appears at the beginning of the second and third movements. How can I eliminate them? Thank you. Mark ___ lilypond-user mail

RE: header

2013-07-25 Thread Mark Stephen Mrotek
ly ) compiles accurately. Where is my error? Thank you for your kind attention. Mark From: Federico Bruni [mailto:fedel...@gmail.com] Sent: Wednesday, July 24, 2013 10:51 PM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: header 2013/7/25 Mark Stephen Mrotek

RE: header

2013-07-25 Thread Mark Stephen Mrotek
ld I enter the notation directly without using variables? Mark From: Wim van Dommelen [mailto:m...@wimvd.nl] Sent: Thursday, July 25, 2013 10:37 AM To: Mark Stephen Mrotek Cc: 'Federico Bruni'; 'lilypond-user Mailinglist' Subject: Re: header You placed the \book on top

RE: header

2013-07-25 Thread Mark Stephen Mrotek
@gnu.org Subject: Re: header Am 25.07.2013 21:50, schrieb Mark Stephen Mrotek: Wim, Thank you for the correction. It works with a single movement ( 1mvmt.ly ). When I add the second movement ( 2mvmt.ly ) an error message appears relating to the variable "right." I have tr

Cadenza

2013-07-25 Thread Mark Stephen Mrotek
Hello, In the attached file ( cadenza.ly ) everything should fit in one measure, i.e., the last quaver in each staff should be on the first beat of the next measure. I have counted, and counted again, and cannot find my error. Your assistance shall be greatly appreciated. Mark \ver

RE: Cadenza

2013-07-26 Thread Mark Stephen Mrotek
al Message- From: Trevor Daniels [mailto:t.dani...@treda.co.uk] Sent: Friday, July 26, 2013 12:29 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: Cadenza Mark Stephen Mrotek wrote Friday, July 26, 2013 4:17 AM > In the attached file ( cadenza.ly ) everything should fit in one &

RE: Cadenza

2013-07-26 Thread Mark Stephen Mrotek
11:50 PM To: lilypond-user@gnu.org Subject: Re: Cadenza Mark Stephen Mrotek wrote > I have counted, and counted again, and cannot find my error. the question is: what did you count or where did you start - basically, after a cadenza everything starts newly, so you just have to move \cadenza

RE: Cadenza

2013-07-26 Thread Mark Stephen Mrotek
Daniels wrote > Mark Stephen Mrotek wrote Friday, July 26, 2013 4:17 AM > >> In the attached file ( cadenza.ly ) everything should fit in one >> measure, i.e., the last quaver in each staff should be on the first >> beat of the next measure. > > Using a \cadenza

RE: Anyone using a tablet for lily?

2013-07-30 Thread Mark Stephen Mrotek
Richard: This may be what you want (and I use): Sahara Slate PC i500 ( Windows 7 Professional ) from Tablet Kiosk (www.TabletKiosk.com). I has a 6.5" x 10.5" screen. It can display full page PDF's generated by Lilypond using the software Music Reader (www.MusicReader.net). The software allows view

bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
Hello: In the attached file, how do I get the bar, clef, and key to be properly spaced? Thank you. Mark \version "2.16.2" right = \relative c'' { \key a \major \time 2/4 \repeat volta 2 { fis16 a fis d cis e d b | a4 } \repeat volta 2 { \key a \minor e'8 c'16 a

RE: bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
...@philholmes.net] Sent: Friday, August 02, 2013 8:08 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: bar-clef-key If you delete: \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( bar clef key )) Then they appear correct to my eyes. -- P

RE: bar-clef-key

2013-08-02 Thread Mark Stephen Mrotek
From: Phil Holmes [mailto:m...@philholmes.net] Sent: Friday, August 02, 2013 9:08 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: bar-clef-key http://comments.gmane.org/gmane.comp.gnu.lilypond.general/70274 gives this: \once \override Score.BreakAlignment #'break-align-

RE: Problem with bar line in \repeat volta: a bug?

2013-08-05 Thread Mark Stephen Mrotek
Sebastian: Some modifications must be made when the repeated section starts with an incomplete measure. This is covered in the manual at http://www.lilypond.org/doc/v2.16/Documentation/notation/long-repeats. Specifically the "Timing.measureLength" has to be reset in both of the alternatives.

ties

2013-08-06 Thread Mark Stephen Mrotek
Hello: While the tie on the "e" appears, the tie on the "a" and the tie on the "cis" do not appear. What change is necessary? Thank you. Mark \version "2.16.2" { \clef bass << { s2. g4-2 | } \\ { s2 \stemUp e~^3 | } \\ { f4\rest cis2.~-4 | } \\ { a,1~ | } >> |

RE: ties

2013-08-07 Thread Mark Stephen Mrotek
Subject: Re: ties Am 07.08.2013 08:37, schrieb Nick Payne: > On 07/08/13 13:36, Mark Stephen Mrotek wrote: >> Hello: >> >> While the tie on the "e" appears, the tie on the "a" and the tie on >> the "cis" do not appear. >> > >

RE: ties

2013-08-07 Thread Mark Stephen Mrotek
@gnu.org Subject: Re: ties On 07/08/13 13:36, Mark Stephen Mrotek wrote: > Hello: > > While the tie on the "e" appears, the tie on the "a" and the tie on > the "cis" do not appear. > You need to re-arrange the voices so that the ties are between notes in the

tuplet beams

2013-08-12 Thread Mark Stephen Mrotek
Hello: What global command shall print the tuplets in four groups of three rather than two groups of six? I have read the manual on manual beaming. Thank you! Mark \version "2.16.2" \relative c'' { \key ges \major \time 2/4 \override TupletBracket #'bracket-visibility =

RE: tuplet beams

2013-08-12 Thread Mark Stephen Mrotek
ew Bernard [mailto:andrew.bern...@gmail.com] Sent: Monday, August 12, 2013 7:17 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: tuplet beams. Try: \tupletSpan 8 \times 2/3 { ges'16[ bes des,] ges[ ees ges] des[ ges bes,] des'[ ges, bes] } or similar. Andrew <mail

Setting automatic beam behavior

2013-08-13 Thread Mark Stephen Mrotek
Hello: In a single voice (RightOnly.ly), setting automatic beam behavior produces the desired notation. When the left hand is added (Both.ly) the commands - identical in both files - do not take effect. Must I do something to the left hand? In the right hand? Thank you for your kind

RE: Setting automatic beam behavior

2013-08-13 Thread Mark Stephen Mrotek
Carl, Thank you for your reply. Yes, the tuplets are only in the right hand. The left hand is just eighth notes. Mark From: Carl Peterson [mailto:carlopeter...@gmail.com] Sent: Tuesday, August 13, 2013 9:06 AM To: Mark Stephen Mrotek Cc: Mailinglist lilypond-user Subject: Re

RE: tuplet beams

2013-08-13 Thread Mark Stephen Mrotek
: Mark Stephen Mrotek Cc: 'Andrew Bernard'; lilypond-user@gnu.org Subject: Re: tuplet beams "Mark Stephen Mrotek" writes: > Andrew, > > Thank you for your reply. I know that I could manually beam and that > would suitably work for a few measures. The piece, C

RE: Setting automatic beam behavior

2013-08-13 Thread Mark Stephen Mrotek
Xavier: Thank you for your reply, the suggestion, and the manual reference. I shall experiment with them. Mark From: Xavier Scheuer [mailto:x.sche...@gmail.com] Sent: Tuesday, August 13, 2013 12:57 PM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: Setting

purpose of commands

2013-08-17 Thread Mark Stephen Mrotek
Hello: The attached snippet, commands.ly, is from http://www.lilypond.org/doc/v2.16/Documentation/notation/multiple-voices.htm l. 1. What is the purpose/effect of the first line? 2. What is the purpose/effect of the command \bar "||" before voiceTwo? Thank you. Mark v

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Andrew: Thank you for your reply and the explanation. Hopefully I shall never need more than four voices. Mark From: Andrew Bernard [mailto:andrew.bern...@gmail.com] Sent: Sunday, August 18, 2013 12:01 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: purpose of

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
No mistake. It is exactly as it appears in the manual. From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Sunday, August 18, 2013 12:48 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: purpose of commands 2013/8/18 Mark Stephen Mrotek Hello: Hi, 2

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Stephen Mrotek wrote > No mistake. It is exactly as it appears in the manual. not your mistake, rather the documenter's or developer's Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/purpose-of-commands-tp149365p149372.ht ml Sent from the User mailing li

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Trevor: Thanks for helping me over the learning curve. Mark -Original Message- From: Trevor Daniels [mailto:t.dani...@treda.co.uk] Sent: Sunday, August 18, 2013 12:48 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: purpose of commands Hi Mark This snippet is rather

RE: purpose of commands

2013-08-18 Thread Mark Stephen Mrotek
Phil Holmes, Thanks for your work on the manual. I learn a lot from it and that which I do not understand the other users help me! Mark -Original Message- From: Phil Holmes [mailto:m...@philholmes.net] Sent: Sunday, August 18, 2013 1:49 AM To: Trevor Daniels; Mark Stephen Mrotek

search term for beams

2013-08-25 Thread Mark Stephen Mrotek
Hello: I want to beam a chord in the treble staff to a chord in the bass staff and have the beam slanted between the two staves. I have searched the manual for beams http://www.lilypond.org/doc/v2.16/Documentation/notation/beams and the mail archives and have not found the instructions.

RE: search term for beams

2013-08-25 Thread Mark Stephen Mrotek
: Re: search term for beams Am 25.08.2013 18:58, schrieb Mark Stephen Mrotek: > Hello: > > I want to beam a chord in the treble staff to a chord in the bass > staff and have the beam slanted between the two staves. > > I have searched the manual for beams > > http://ww

RE: search term for beams

2013-08-25 Thread Mark Stephen Mrotek
Frédéric, Exactly! Thank you. Mark -Original Message- From: Frédéric Bron [mailto:frederic.b...@m4x.org] Sent: Sunday, August 25, 2013 10:05 AM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: search term for beams > I want to beam a chord in the treble staff to a chord in

stemless note

2013-08-27 Thread Mark Stephen Mrotek
Hello: In the attached snip, the first beat of the second measure has a "f4." without a stem. The error messages suggests using polyphonic voices. Since I am using << \\ >>, I do not know what that means. I have tried changing stem direction - \stemUp, \stemDown. I have tried shifting

RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
[mailto:thomasmorle...@gmail.com] Sent: Tuesday, August 27, 2013 12:27 PM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: stemless note 2013/8/27 Mark Stephen Mrotek : > Hello: > > > > In the attached snip, the first beat of the second measure has a "f4." > without a

RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
1:00 PM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: stemless note 2013/8/27 Mark Stephen Mrotek : > Mr. Morley: > > Thank you for your response and suggestion. > This "error" is the only occurrence in the 118 measure piece. Can I > insert the "\newVoice

RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
1:58 PM To: Mark Stephen Mrotek Cc: lilypond-user Subject: Re: stemless note 2013/8/27 Mark Stephen Mrotek : > Mr. Morley: > > Thank you. Using your previous suggestion I created the attached > (StemCollision.ly) that prints the stem yet the head collides with the g1. > > What

polymetics in piano

2013-08-30 Thread Mark Stephen Mrotek
Hello: In a previous thread (http://lists.gnu.org/archive/html/lilypond-user/2013-08/msg00673.html), a Chopin Nocturne was discussed that has polymetrics starting on the second page of the score. I have looked at the .ly file (attached) and have a minimal understanding of the "\set Timing.meas

RE: polymetics in piano

2013-08-31 Thread Mark Stephen Mrotek
Trevor: Thank you for your reply and the references. Mark -Original Message- From: Trevor Daniels [mailto:t.dani...@treda.co.uk] Sent: Saturday, August 31, 2013 2:14 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: polymetics in piano Mark Stephen Mrotek wrote Saturday

Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
Hello! In the attached snippet I want to indicate that the "f4" at the end of the first alternative should be tied upon repeat to the "f" at the beginning of the repeated section. Using " ~ " does not work as Lilypond considers it "unterminated." What should I do? Thank you for your ki

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
Robert: Thank you for your reply and the suggestion. I tried \laissezVibrer. It just did not look long enough. I shall put it in the score. Mark From: Robert Schmaus [mailto:robert.schm...@web.de] Sent: Tuesday, September 03, 2013 9:49 AM To: Mark Stephen Mrotek Cc: Subject: Re: Tie

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
Mr. Holmes, I did reply to "all." Your name was the only one to which I could reply! Mark From: Phil Holmes [mailto:m...@philholmes.net] Sent: Tuesday, September 03, 2013 9:58 AM To: Mark Stephen Mrotek; LilyPond User Group Subject: Re: Tie over Repeat Bar Please remembe

Tie over repeat

2013-09-03 Thread Mark Stephen Mrotek
Gentlemen: Thank you for your replies and the references. This shall be my first foray into "tweaking." I am sure that, as always, suggestions from the users shall increase my knowledge. Mark ___ lilypond-user mailing list lilypond-user@gnu.org h

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
To: lilypond-user@gnu.org Subject: Re: Tie over Repeat Bar On 04/09/13 03:03, Mark Stephen Mrotek wrote: Robert: Thank you for your reply and the suggestion. I tried \laissezVibrer. It just did not look long enough. I shall put it in the score. LV ties can be lengthened. If you want all LV

out-of-the-box

2013-09-04 Thread Mark Stephen Mrotek
not complicated. A person, as myself, with limited knowledge of computer programming can produce legible and attractive scores. Mark Stephen Mrotek Bach, Four Duets, Clavier-Ubung III, BWV 803 - 806 Bach, Fuge, BWV 947 Bach, Inventio, BWV 777 Bach, Six Preludes, BWV 933 - 938 Bach

RE: Beam groupings

2013-09-07 Thread Mark Stephen Mrotek
Ed: In the manual http://www.lilypond.org/doc/v2.16/Documentation/notation/beams#setting-autom atic-beam-behavior is a discussion on changing how automatic beaming works. Scroll down until you see the phrases: \set Timing.baseMoment = #(ly:make-moment 1 8) \set Timing.beatStructure = #'(

Anacrusis

2013-09-07 Thread Mark Stephen Mrotek
Hello: A partial measure contains 1 and 1/16 beat. How is that notated in the command "\partial?" Thank you. Mark ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Anacrusis

2013-09-07 Thread Mark Stephen Mrotek
-user Subject: Re: Anacrusis On Sat, Sep 7, 2013 at 11:35 PM, Carl Peterson wrote: On Sat, Sep 7, 2013 at 11:28 PM, Mark Stephen Mrotek wrote: Hello: A partial measure contains 1 and 1/16 beat. How is that notated in the command "\partial?" Try \partial 16*17 *sigh*.

RE: Anacrusis

2013-09-07 Thread Mark Stephen Mrotek
: Saturday, September 07, 2013 9:41 PM To: lilypond-user@gnu.org Subject: Re: Anacrusis On 08/09/13 13:28, Mark Stephen Mrotek wrote: Hello: A partial measure contains 1 and 1/16 beat. How is that notated in the command "\partial?" Use Timing.measurePosition instead: \version &q

RE: Anacrusis

2013-09-08 Thread Mark Stephen Mrotek
Jim: Thank you for your reply and the second way to accomplish the partial measure. Mark -Original Message- From: Jim Long [mailto:lilyp...@umpquanet.com] Sent: Saturday, September 07, 2013 11:30 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: Anacrusis On Sat, Sep

RE: Anacrusis

2013-09-08 Thread Mark Stephen Mrotek
Mr. Payne: Read the documentation. It is an addition to 2.17 that is not in 2.16.2 which is the one that I regularly use. Mark From: Nick Payne [mailto:nick.pa...@internode.on.net] Sent: Saturday, September 07, 2013 10:56 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject

Extra Bar

2013-09-08 Thread Mark Stephen Mrotek
Hello: At the end of the second alternative ending in the attached snippet an unwanted bar appears and disrupts the meter. I have experimented with placing \set Timing.measurePosition = #(ly:make-moment 3/8) after the second alternative. Using it restores the meter. It does not remove the ext

RE: Extra Bar

2013-09-08 Thread Mark Stephen Mrotek
Mr. Bailey, Thank you for your reply and the detailed corrections. I will study both of them to increase my knowledge. Mark From: bina...@gmail.com [mailto:bina...@gmail.com] On Behalf Of Simon Bailey Sent: Sunday, September 08, 2013 11:30 AM To: Mark Stephen Mrotek Cc: lilypond-user

RE: Extra Bar

2013-09-08 Thread Mark Stephen Mrotek
teacher I appreciate what you have done to help me, a learner. Mark From: bina...@gmail.com [mailto:bina...@gmail.com] On Behalf Of Simon Bailey Sent: Sunday, September 08, 2013 11:30 AM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: Extra Bar hi, On Sun, Sep 8, 2

Piano pedal - horizontal alignment

2013-10-07 Thread Mark Stephen Mrotek
same horizontal line? This issue is more aesthetic than practical. Thank you for your kind attention. Mark Stephen Mrotek ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Piano pedal - horizontal alignment

2013-10-07 Thread Mark Stephen Mrotek
Mr. Holmes, Thank you for your reply and the instructions. I shall follow them. Mark -Original Message- From: Phil Holmes [mailto:m...@philholmes.net] Sent: Monday, October 07, 2013 7:01 AM To: Mark Stephen Mrotek; lilypond-user@gnu.org Subject: Re: Piano pedal - horizontal alignment

RE: cadenza and bars

2013-10-08 Thread Mark Stephen Mrotek
Subject: Re: cadenza and bars At 09:17 on 08 Oct 2013, Mark Stephen Mrotek wrote: >Hello, > >In the attached snippette > >1. A bar should not be at the beginning of the cadenza, i.e., >after the < bes bes' >2., > >2. A bar should be at the end of the cad

Ossia - Documentation Recommendation

2013-10-10 Thread Mark Stephen Mrotek
(see red below). Mark Stephen Mrotek \new Staff = main \relative c'' { c4 b d cd << { c4 b d c } \new Staff \with { \remove "Time_signature_engraver" alignAboveContext = #"main" fontSize = #-3 \override Staf

RE: Ossia - Documentation Recommendation

2013-10-10 Thread Mark Stephen Mrotek
the other has the key signature (with.ly). Be assured that I made this suggestion after encounter and resolving an issue in my encoding. Mark Stephen Mrotek -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@g

RE: Ossia - Documentation Recommendation

2013-10-10 Thread Mark Stephen Mrotek
original and the ossia would be for the same instrument. I cannot think of an example (my experience is with the piano) in which the ossia is in a different key than the rest of the composition. Mark Stephen Mrotek From: Ralph Palmer [mailto:palmer.r.vio...@gmail.com] Sent: Thursday

RE: Ossia - Documentation Recommendation

2013-10-11 Thread Mark Stephen Mrotek
Wim van Dommelen, Thank you for your interest and input. That rarity supports my suggestion. The "ossia" for the Bes Clarinet would need a specific key signature. As the documentation snippet is currently presented ( see attached) no place for that key signature is given. Ma

<    2   3   4   5   6   7   8   9   10   11   >