Frescobaldi Preview Modes

2013-10-29 Thread Wilbert Berendsen
Dear friends, some people asked for a simple way to disable the preview debug modes in current git (2.0.12dev) for a while without unselecting all the checkboxes, but keeping the point and click links (i.e. the good old Preview mode). Also some wished that point and click could be disabled fo

Re: Frescobaldi Preview Modes

2013-10-29 Thread Urs Liska
Am 29.10.2013 09:49, schrieb Wilbert Berendsen: Dear friends, some people asked for a simple way to disable the preview debug modes in current git (2.0.12dev) for a while without unselecting all the checkboxes, but keeping the point and click links (i.e. the good old Preview mode). Also some

Re: [Frescobaldi] Re: Frescobaldi Preview Modes

2013-10-29 Thread Wilbert Berendsen
op 29-10-13 10:06, Urs Liska schreef: Am 29.10.2013 09:49, schrieb Wilbert Berendsen: Dear friends, some people asked for a simple way to disable the preview debug modes in current git (2.0.12dev) for a while without unselecting all the checkboxes, but keeping the point and click links (i.e.

Re: How to combine accidental glyphs for new note names?

2013-10-29 Thread pls
On 29.10.2013, at 07:52, ArnoldTheresius wrote: > Hello, > I see two options: > > 1. Build your own font which includes the additional glyphs (and all the > other accidental glyphs, too). > Then make LILYPOND use this new font for all accidentals. > > 2. Replace the stencil function of the Acc

Re: RhythmicStaff followed by Staff in the same score block

2013-10-29 Thread Stjepan Horvat
Yes i did understund that..and i used it quite well.. what i wanted to do was: \score { << \new ChordNames { c1 } \new RhythmicStaff { s1 } \new Lyrics { \lyricmode { What8 a ni -- ce day2 } } >> \layout {} } \score { << \new ChordNames { g1 } \new Staff

Re: New "make-path-stencil" function

2013-10-29 Thread David Nalesnik
On Tue, Oct 29, 2013 at 1:48 AM, David Kastrup wrote: > > In the process of working on adding niente circles to Ferneyhough > hairpins > > (Issue 3357), I noticed that these hairpins don't work with line breaks. > > (They are simply duplicated.) The routine which draws them uses > > make-conne

Re: On creating "title pages" and the like

2013-10-29 Thread Graham King
I ran convert-ly -ed as suggested, and then ran lilypond on the resulting file to have a look at the embedded example. Here's the resulting error message (lilypond 2.16.2 on OSX 10.6.8): Processing `book-titling.ily' Parsing.../Applications/LilyPond.app/Contents/Resources/bin/.

\parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Richard Shann
Consider \version "2.16" MvmntIVoiceI = { f'?4 \parenthesize g'4 } \score { \MvmntIVoiceI } The output has a rather puny looking parenthesis around the notehead while the reminder accidental is boldly parenthesized. Do people think this constitutes a bug? And, in any case suggestio

Re: On creating "title pages" and the like

2013-10-29 Thread Joshua Nichols
I have no idea how to do that. I'm using MacOSX, and I'm not familiar with internals. IC, Josh On Mon, Oct 28, 2013 at 1:54 AM, David Kastrup wrote: > Kevin Tough writes: > > > My lilypond install of 2.16.2 cannot parse the input file. It hangs at > > fatal error: failed files: "SnippetForB

Re: \parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Gilberto Agostinho
Some suggestion of how to tweak the parentheses: \version "2.16" { % controls the size of the parenthesis, default value = around -6 \override Score.ParenthesesItem.font-size = 0 % controls the sepparation between the parentheses, default value = 0 \override Score.ParenthesesItem.padd

Re: \parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Thomas Morley
2013/10/29 Richard Shann : > Consider > > \version "2.16" > > MvmntIVoiceI = { > f'?4 \parenthesize g'4 > } > > \score { > \MvmntIVoiceI > } > > The output has a rather puny looking parenthesis around the notehead > while the reminder accidental is boldly parenthesized. > > Do people thin

Re: On creating "title pages" and the like

2013-10-29 Thread Graham King
Josh, you can run convert-ly from the command line (/Applications/Utilities/Terminal.app) using the commands in my previous post to this thread this afternoon. I hope you have better luck than I had! -- Graham On Tue, 2013-10-29 at 11:41 -0500, Joshua Nichols wrote: > I have no idea how to do th

Re: Frescobaldi Preview Modes

2013-10-29 Thread Paul Morris
Wilbert Berendsen-4 wrote > What do you think of a third main mode: > - Preview mode (just point and click, as it has been) > - Publish mode (no point and click) > - Debug mode: this mode listens to the settings in the Debug mode panel. I think this makes sense. My only suggestion is to consider

Re: Frescobaldi Preview Modes

2013-10-29 Thread Urs Liska
Paul Morris schrieb: >Wilbert Berendsen-4 wrote >> What do you think of a third main mode: >> - Preview mode (just point and click, as it has been) >> - Publish mode (no point and click) >> - Debug mode: this mode listens to the settings in the Debug mode >panel. > >I think this makes sense.

Re: Enharmonic cue notes in choral music.

2013-10-29 Thread Urs Liska
Could this be something like a trill notation where you also often parenthesize the secondary note? David Toms schrieb: >Hello, > >I have been publishing mainly vocal music for over 10 years with >Sibelius. This year I have ditched it for Lilypond, and I am pleased >to say that my first effor

Re: Enharmonic cue notes in choral music.

2013-10-29 Thread Mike Solomon
On Oct 29, 2013, at 8:52 PM, Urs Liska wrote: > Could this be something like a trill notation where you also often > parenthesize the secondary note? > Right on the money. \paper { ragged-right = ##f } \relative c'' { \override TrillSpanner #'stencil = ##f \pitchedTrill d2\startTrillSp

Re: Enharmonic cue notes in choral music.

2013-10-29 Thread David Kastrup
David Toms writes: Put something like afterGraceFraction = 1/8 before your music, assuming that this is the only use for \afterGrace you have. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

Re: New "make-path-stencil" function

2013-10-29 Thread Paul Morris
Hi David N, David Nalesnik-2 wrote > Thank you for posting this! > > In the process of working on adding niente circles to Ferneyhough hairpins > (Issue 3357), I noticed that these hairpins don't work with line breaks. > (They are simply duplicated.) The routine which draws them uses > make-co

Frescobaldi preview with two "window"-modes

2013-10-29 Thread Francois Planiol
Hello, Frescobaldi is definitely great, thanks, many thanks! My reqest is, if it is possible to considere two score-previewer-width for two "sizes" of the Frescobaldi-window (switching between two modes). Actually, When I redimension frescobaldi (reduce width, with button or with mouse) the view

LilyPond score publication

2013-10-29 Thread Urs Liska
Hi all, I hope you'll not consider this post as spam, but as I'll tell you later I think it _does_ have some general relevance to LilyPond ;-) I have just released a post on lilypondblog.org starting a little series of reports on the ominous "Fried project" that was mentioned every now and t

Re: Frescobaldi Preview Modes

2013-10-29 Thread David Kastrup
Urs Liska writes: > Paul Morris schrieb: >>Wilbert Berendsen-4 wrote >>> What do you think of a third main mode: >>> - Preview mode (just point and click, as it has been) >>> - Publish mode (no point and click) >>> - Debug mode: this mode listens to the settings in the Debug mode >>panel. >> >>I

Re: New "make-path-stencil" function

2013-10-29 Thread Paul Morris
Carl Sorensen-3 wrote > Cool idea! Thanks! >>- allow "unconnected" paths with multiple segments. (i.e. allow (r)moveto >>in the middle of the path expression) > > Seems to allow simplification of complex stencils. Indeed, it lets you put things where you want them in the first place, both in r

Re: make-connected-path-stencil with variables and connected paths

2013-10-29 Thread Thomas Morley
2013/10/25 Paul Morris : > Thomas Morley-2 wrote >> many thanks for your snippet. >> It has a very useful description! > > Hi Harm, > Glad you like it. > > > Thomas Morley-2 wrote >> Though, two suggestions: >> 1) I'd rename the note-head-stencil. 'diamond is already taken for a >> note-head-style

Re: Frescobaldi Preview Modes

2013-10-29 Thread Janek Warchoł
Just a short opinion: 2013/10/29 Wilbert Berendsen : > [...] > What do you think of a third main mode: > - Preview mode (just point and click, as it has been) > - Publish mode (no point and click) > - Debug mode: this mode listens to the settings in the Debug mode panel. For me, "preview" and "de

Re: LilyPond score publication

2013-10-29 Thread Janek Warchoł
2013/10/29 Urs Liska : > Hi all, > > I hope you'll not consider this post as spam, but as I'll tell you later I > think it _does_ have some general relevance to LilyPond ;-) > > I have just released a post on lilypondblog.org starting a little series of > reports on the ominous "Fried project" that

Re: announcement: OpenLilyLib Snippet Repository is open!

2013-10-29 Thread Janek Warchoł
Hi Simon, 2013/10/16 Urs Liska : > Am 16.10.2013 15:08, schrieb Simon Bailey: >> [] >> so basically, is there an intention at some point, to create a >> _library_ version of the snippets github (i.e. leave the examples in >> the files as usage documentation, but commented out so that they don'

Re: announcement: OpenLilyLib Snippet Repository is open!

2013-10-29 Thread Simon Bailey
Hiya, > On 29 Oct 2013, at 23:36, Janek Warchoł wrote: > > As you may have noticed, we recently reorganized the repository and > now it should work more or less like you described. I hope you'll > like it! i checked out the repository in exactly this way on Sunday. ;) (i needed the stem atta

Re: announcement: OpenLilyLib Snippet Repository is open!

2013-10-29 Thread Urs Liska
Am 29.10.2013 23:56, schrieb Simon Bailey: Hiya, On 29 Oct 2013, at 23:36, Janek Warchoł wrote: As you may have noticed, we recently reorganized the repository and now it should work more or less like you described. I hope you'll like it! i checked out the repository in exactly this way on

Re: "smart" transposition of key signatures

2013-10-29 Thread David Kastrup
David Kastrup writes: > Janek Warchoł writes: > >> Also, you may be interested in this: >> https://github.com/openlilylib/snippets/blob/master/input-shorthands/late-evaluation-of-variables.ly > > I can hardly count the number of ways in which this would have blown up > in 2.14. I don't consider