Re: Keep alive together - call for use cases

2016-08-21 Thread Mark Knoop
At 21:13 on 19 Aug 2016, David Kastrup wrote: >Mark Knoop <m...@opus11.net> writes: >> Hi Mats, >> >> How does the attached look to you? Note I have moved the >> Keep_alive_together_engraver to the GrandStaff level so that the vln >> I and vln II groups

Re: Keep alive together - call for use cases

2016-08-19 Thread Mark Knoop
_together_engraver to the GrandStaff level so that the vln I and vln II groups can work independently. The problem now is making the system start braces cooperate. -- Mark Knoop \version "2.19.40" viI = \relative c'' { \repeat unfold 8 { c4 d e d | } \tag #'viIsolo { \repeat unfold

Re: Keep alive together - call for use cases

2016-08-18 Thread Mark Knoop
At 20:18 on 16 Aug 2016, Mark Knoop wrote: >At 12:13 on 16 Aug 2016, tisimst wrote: >>A great example (better and more likely to happen than mine)! Maybe >>you'll be able to check this item off you wish-list soon! > >Thanks both for those. I probably won't do anything

Re: Keep alive together - call for use cases

2016-08-16 Thread Mark Knoop
if you have them. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Keep alive together - call for use cases

2016-08-16 Thread Mark Knoop
. Many thanks for your input. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: rehearsal marks: separate from content encoding and display above strings

2016-08-15 Thread Mark Knoop
at >> } \markup "desired \unfoldRepeats in all staves" \score { \unfoldRepeats << \withrepeat \desired >> } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: rehearsal marks: separate from content encoding and display above strings

2016-08-12 Thread Mark Knoop
m context to achieve this. Note this currently doesn't work well in a frenched score as the MarkLine context can't know if the staves below it are still alive. However I have just submitted a potential fix for this, see here https://codereview.appspot.com/308910043/

Re: LilyPond logo?

2016-08-05 Thread Mark Knoop
; needs to be straightened out. > >LilyPond. Check the front page of the website. $ git grep LilyPond Documentation/ | wc -l 11154 $ git grep Lilypond Documentation/ | wc -l 329 $ git grep "Lily Pond" Documentation/ | wc -l 2 -- Mark Knoop ___ li

Re: Strange font change in v2.19.45

2016-07-27 Thread Mark Knoop
This phenomenon seems to occur for any "book" past the first one. > >This phenomenon did not occur in v2.19.38. > >Is there a fix? Is this a bug? Seems to be fixed in git. I think it was issue 4918. -- Mark Knoop ___ lilypond-us

repeating bar numbers and rehearsal marks in frenched score

2016-07-26 Thread Mark Knoop
%\override VerticalAxisGroup.remove-layer = #'() %\override VerticalAxisGroup.remove-layer = ##f } { \bars } \new Staff = "brass" \with { \override VerticalAxisGroup.remove-layer = ##f } { \brass } \new Staff = "brasstwo" \with { \ov

Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Mark Knoop
>should use a tweak except when I try the above in the Tweak syntax, I >get an error. Thanks! Well, you don't mention what you tried. This seems to work: { r1\fermata -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 ly:text-interface::p

Re: footnote counter

2016-05-26 Thread Mark Knoop
t;ever, or (additionally) to only reset when explicitly instructed)? \paper { reset-footnotes-on-new-page = ##f } will do the first. I'm afraid I can't help with the other points. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Scheme optional arguments, number-list

2016-04-23 Thread Mark Knoop
Thanks David, At 15:01 on 23 Apr 2016, David Kastrup wrote: >Mark Knoop <m...@opus11.net> writes: >> On upgrading to 2.19.32, one of my regular functions no longer works. >> It seems that a single number as the first argument is now accepted >> as a number-list whereas

Scheme optional arguments, number-list

2016-04-23 Thread Mark Knoop
4 ##t 4/4 % not specifying first argument no longer works \myFunction 4 4/4 } I suspect this is related to commit 2a66e23f356503ef916d51efa3f00cae5958dc48 Issue 4811/1: Allow property paths as scalars and in assignments -- Mark Knoop ___ lilypond-us

Re: 'absolute' pitches do not influence 'relative' ones

2016-04-18 Thread Mark Knoop
example the 'b' would actually be absolute b''. How would one do >this without creating a new \relative expression? \resetRelativeOctave -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Mark Knoop
ment of piano pedalling in Chapter 11 (page 333 and onwards) Ped is left aligned as Kieren states. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Mark Knoop
At 15:04 on 24 Mar 2016, Mark Knoop wrote: >At 09:29 on 24 Mar 2016, Kieren MacMillan wrote: >>> In all of Gould's examples, it's more the "e" that's centered on the >>> notehead. >> >>We must have different Goulds: not only are all of the examp

Re: Beaming over a rest before a subdivision

2016-01-13 Thread Mark Knoop
if this is relevant to your current work on this, but it would be great to have a global override to create beams over rests WITHOUT having to manually enter them. The implementation would need quite some thought as to the kind of parameters needed, e.g. maximum-rest-value, minimum-beam-

Re: Beaming over a rest before a subdivision

2016-01-12 Thread Mark Knoop
At 17:15 on 12 Jan 2016, Werner LEMBERG wrote: >> b) have *no* beamlets at all and let the subdivision be calculated >>as usual (fourth attachment) > >This is what I prefer. > +1. Gould seems to always use stemlets with beamlets when the beam count

Re: A command-line wrapper for OpenLilyLIb

2015-11-04 Thread Mark Knoop
This could perhaps replace a substantial part of your OpenLilyLibRepo class. [1] http://www.pygit2.org/ -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Eighth Tones (microtonal)

2015-07-30 Thread Mark Knoop
glyph-name for alteration 3/2 eisis eighthtones.ly:56:1: warning: Could not find glyph-name for alteration 9/8 eisiq On Thu, Jul 30, 2015 at 5:47 PM, Mark Knoop m...@opus11.net wrote: At 17:28 on 30 Jul 2015, Nike Hedges wrote: Hi, I want to write eighth tones, 1/8 rather than 1/4. I believe

Re: Parameterize an event function

2015-07-30 Thread Mark Knoop
} -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Eighth Tones (microtonal)

2015-07-30 Thread Mark Knoop
'' geseq' biseq'' } -- Mark Knoop microtonal.ily Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: music function with access to context properties like currentBarNumber?

2015-07-18 Thread Mark Knoop
of years ago. Thanks to Keith OHara. https://lists.gnu.org/archive/html/lilypond-user/2013-12/msg01296.html -- Mark Knoop alignTo.ily Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Piano pedal lines

2015-07-10 Thread Mark Knoop
properties. Documentation/internals/pianopedalbracket.html Documentation/internals/line_002dinterface.html \version 2.19.21 { \override Staff.PianoPedalBracket.style = #'dashed-line \set Staff.pedalSustainStyle = #'bracket c4\sustainOn g c d d\sustainOff\sustainOn g, c2 \bar |. } -- Mark

Re: Printing movement titles in page header

2015-07-09 Thread Mark Knoop
Thanks to Jan-Peter's lalily, I now have a working solution, attached. At 09:05 on 09 Jul 2015, Mark Knoop wrote: Thanks Jan-Peter, I'll take a look at this and post back if I make any progress. Cheers, Mark At 09:21 on 09 Jul 2015, Jan-Peter Voigt wrote: Hi Mark, I know this issue and wrote

Re: Printing movement titles in page header

2015-07-09 Thread Mark Knoop
like, you can see, if the use of lalily conceptually does, what you want. And perhaps there will be times, when I am able extract this to openlilylib. Cheers, Jan-Peter Am 08.07.2015 um 13:41 schrieb Mark Knoop: I'm trying to include the title of the current movement in the page header

Printing movement titles in page header

2015-07-08 Thread Mark Knoop
{ % setting piece here has no effect, % even without a bookpart level header \header { piece = Movement 3 } \repeat unfold 400 e'1 } } } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: tremolo confusion

2015-06-12 Thread Mark Knoop
At 10:15 on 12 Jun 2015, Damian leGassick wrote: Dear all I need to set this tremolo: { \time 3/4 r4 \scaleDurations #'(2 . 1) \repeat tremolo 4 { e'''!64 c'''! } r4 } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: point-and-click from PDF viewer to lilypond editor

2015-06-06 Thread Mark Knoop
with me (evince on Debian/Gnome). I've given up on this long time ago. Works for me on Fedora using my install script here: https://github.com/markk/textedit-ly -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Generate multiple score from a single music expression

2015-06-02 Thread Mark Knoop
) is possible with http://gillesth.free.fr/Lilypond/extractMusic/ -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automatically inserting bar lines when a line is broken on an empty bar line

2015-05-22 Thread Mark Knoop
define and use a barline that is false except for the end of line. \defineBarLine #'(| #f #f) \repeat unfold 50 { c'1 \bar } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Music function problem

2015-05-14 Thread Mark Knoop
-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Effect of empty chord on spacing

2015-05-09 Thread Mark Knoop
to happen under certain circumstances: when the line is full, and the rests are ultimately followed by some music. \version 2.19.18 % same result with 2.18.2 { R1 ^\markup \column { attached to } R1 R1 R1^\markup \column { attached to R1 } c'1 \repeat unfold 16 c'16 } -- Mark Knoop

Re: Effect of empty chord on spacing

2015-05-09 Thread Mark Knoop
At 18:06 on 09 May 2015, Mark Knoop wrote: Not sure if this qualifies as a bug, but it's a little unexpected and annoying. Using an empty chord to attach markup with full-bar rests seems to change the spacing of the bars, the bar with the is significantly shorter. Using a zero-duration skip (s1*0

Re: auto force accidentals

2015-04-20 Thread Mark Knoop
- Automatic accidentals, and choose your preferred accidental style. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: content versus presentation in music and Lilypond (was Re: forcing TimeSignature visibility)

2015-04-13 Thread Mark Knoop
-to-extract-the-current-time-signature-td170857.html -- Mark Knoop \version 2.18.2 \include openlilylib \include editorial-tools/edition-engraver/definitions.ily \editionMod score 5 0/8 score.Staff.A \set Staff.timeSignatureFraction = 3/2 uppermusic = \relative c' { \time 3/2 \repeat unfold 8

Re: content versus presentation in music and Lilypond (was Re: forcing TimeSignature visibility)

2015-04-13 Thread Mark Knoop
At 19:58 on 13 Apr 2015, Mark Knoop wrote: At 13:59 on 13 Apr 2015, Kieren MacMillan wrote: The “presentation layer” comprises, in part, choices that must be made to physically represent the content on the page, given the page geometry, clarity considerations, etc. In this Piano/Conductor

Re: Shape function

2015-04-09 Thread Mark Knoop
-snippets/shaping-bezier-curves -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Doubled entries with partcombiner

2015-04-08 Thread Mark Knoop
-engraver in OLL is adaptable? -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Score Layout, several questions

2015-04-06 Thread Mark Knoop
. Documentation/internals/beam.html -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: string variable for markup

2015-03-30 Thread Mark Knoop
) \draw-line #`(,str . -0.5) -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Variables in instrumentName markup?

2015-03-28 Thread Mark Knoop
? Just write #foo. Or even #(+ foo 3), #(/ foo 2.735), -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: cadenza_and_accidentals-take2

2015-03-28 Thread Mark Knoop
for the purpose of accidentals. It's not a natural barline so you need to tell LilyPond where it is in the bar. Before \bar |, add the line: \set Timing.measurePosition = #(ly:make-moment 4/4) and all will be well without forcing any accidentals. -- Mark Knoop

Re: how to move upbow inside the staff?

2015-03-26 Thread Mark Knoop
At 17:14 on 25 Mar 2015, MarcM wrote: thanks that helped: http://lilybin.com/tvja0h/3 Interesting that moving the fingering alters the tie position also. It doesn't look like the tie would have collided with the fingering in the tie's default position. -- Mark Knoop

Re: Disappearing barlines with skipBars - possible bug?

2015-03-25 Thread Mark Knoop
tries transforming the original in sort of modern notation. That is an interesting case. It would seem to me that ideally there should be two properties (perhaps three?) to control this behaviour for notes, rests and multimeasure rests respectively. -- Mark Knoop

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
At 12:31 on 24 Mar 2015, Kevin Barry wrote: On Tue, Mar 24, 2015 at 9:01 AM, Mark Knoop m...@opus11.net wrote: At 18:16 on 23 Mar 2015, Mark Knoop wrote: Barlines disappear when skipBars is true and a note duration continues over the bar. I don't think this should happen. \version 2.18.2

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
At 15:43 on 24 Mar 2015, Kevin Barry wrote: On Tue, Mar 24, 2015 at 2:38 PM, Mark Knoop m...@opus11.net wrote: { \time 2/4 c'4 c'1 c'4 } % 3 bars, 2nd of which is empty { \time 2/4 c'4 c'2 c'4 } % 2 bars, neither of which is empty At best I would consider these to be non-standard notation

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
At 23:42 on 23 Mar 2015, Kevin Barry wrote: On Mon, Mar 23, 2015 at 6:16 PM, Mark Knoop m...@opus11.net wrote: Barlines disappear when skipBars is true and a note duration continues over the bar. I don't think this should happen. It is consistent with the IR definition of the property: `If set

Re: layout-set-staff-size: will it ever be fixed?

2015-03-24 Thread Mark Knoop
{ #(set-paper-size b4 'portrait) } } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Add articulation to last note in music

2015-03-13 Thread Mark Knoop
c' { c d e } c %\addGliss \transpose c e \relative c' { c d e } c } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Add articulation to last note in music

2015-03-13 Thread Mark Knoop
At 20:08 on 13 Mar 2015, Marc Hohl wrote: Am 13.03.2015 um 19:32 schrieb Mark Knoop: Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed

Re: Staccato

2015-01-20 Thread Mark Knoop
are described more fully in Script. Cynthia, perhaps you could suggest a way to make this easier to find? -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Where is define-line-markup defined/documented?

2014-09-04 Thread Mark Knoop
\small text == #(make-small-markup text) etc. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Where is define-line-markup defined/documented?

2014-09-04 Thread Mark Knoop
) (markup?) Not quite as small... (interpret-markup layout props #{\markup \override #'(font-size . -0.5) { \normal-text #text }#})) \markup \small test \markup \smallish test \header { title = #(make-smallish-markup test) } -- Mark Knoop

Re: \transposedCueDuringWithClef

2014-08-27 Thread Mark Knoop
'quoted-transposition (ly:make-pitch 0 0))) -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \transposedCueDuringWithClef

2014-08-27 Thread Mark Knoop
will be: \transposedCueDuringWithClef #flute Mvmnt 1 #1 a bass { r2 } (Do you really want the flute cue with a bass clef?) On Wed, 2014-08-27 at 09:29 +0100, Mark Knoop wrote: At 09:21 on 27 Aug 2014, Richard Shann wrote: I have just got to grips with the marvellous cue facilities in LilyPond

Re: Ottava overlapping fermata

2014-08-20 Thread Mark Knoop
) \ottava #1 e' f'\fermata] \ottava #0 } lower = \relative { \clef bass s2*3 } \score { \new PianoStaff \new Staff = upper \upper \new Staff = lower \lower } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Ottava overlapping fermata

2014-08-19 Thread Mark Knoop
} Is there any way to tweak the ottava height? Or is this a bug I should report? Hi Alf, Yes, this looks like a bug to me. You can workaround by adding \once \override Staff.OttavaBracket.extra-offset = #'(0 . 2) before the \ottava. -- Mark Knoop

overrides in quoted cues

2014-08-02 Thread Mark Knoop
-event rest-event tie-event beam-event tuplet-span-event ; additional events ;StreamEvent ; this works, but also adds dynamics and slurs ) } } } -- Mark Knoop ___ lilypond-user mailing list lilypond

Re: overrides in quoted cues

2014-08-02 Thread Mark Knoop
At 20:10 on 02 Aug 2014, David Kastrup wrote: Mark Knoop m...@opus11.net writes: Through experimentation I have discovered that tweaks are effective in quoted cues, however overrides do not work. It is possible to make overrides work by adding StreamEvent to quotedCueEventTypes, however

Re: overrides in quoted cues

2014-08-02 Thread Mark Knoop
At 20:10 on 02 Aug 2014, David Kastrup wrote: Mark Knoop m...@opus11.net writes: Through experimentation I have discovered that tweaks are effective in quoted cues, however overrides do not work. It is possible to make overrides work by adding StreamEvent to quotedCueEventTypes, however

Re: compressFullBarRests question (see picture in annex)

2014-07-31 Thread Mark Knoop
the number of bars at which Kirchenpausen become a simple line rest. You can change this default (10) with: \override MultiMeasureRest.expand-limit = #3 % or the number you want -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: dotted note in duration-log?

2014-07-14 Thread Mark Knoop
braces). -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Optical spacing -- no more?

2014-07-10 Thread Mark Knoop
in the essay includes: \override NoteSpacing.stem-spacing-correction = #0.6 as opposed to the default of #0.5. Might it be a good idea for the feature to be illustrated with the default value? -- Mark Knoop ___ lilypond-user mailing list lilypond-user

Re: outside-staff-priority for markups attached to

2014-06-26 Thread Mark Knoop
both events happen at the same moment in time, you have to use tweak. \version 2.18.0 \score { { -\tweak outside-staff-priority #1000 ^\markup Above the next text please a'4-\tweak outside-staff-priority #0 ^below please } } -- Mark Knoop

horizontal alignment of custom stencil

2014-06-23 Thread Mark Knoop
' a' } \time 4/4 \repeat unfold 8 { c'4 } \break \time 5/4 \repeatBars 40 { d' e' f' g' a' } \time 4/4 \repeat unfold 20 { c'4 } \break \repeatBars 40 { d' e' f' g' } \repeat unfold 20 { c'4 } } -- Mark Knoop ___ lilypond-user mailing list

different repeat structures in score

2014-04-18 Thread Mark Knoop
{ { \new Staff { c'1 c'1 \repeat volta 2 { c'1 } } \new Staff { \repeat volta 2 { c'1 } c'1 c'1 } } } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Repeat bars function

2014-02-05 Thread Mark Knoop
{ \removeWithTag #'part \music } } % -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Repeat bars function

2014-02-05 Thread Mark Knoop
At 09:57 on 05 Feb 2014, Mark Knoop wrote: I'm making a music function below to automatically create a repeat structure. It's useable at the moment, but there are a couple of improvements that could be made - any suggestions for these would be very helpful. 1. The main problem is where to revert

Re: Behaviour of TextSpanner dashes

2014-02-05 Thread Mark Knoop
to the text and TextSpanner.bound-details.left.padding = #-0.5 - the vertical position of the dashes (i.e. raise it a little bit relatively to the text) TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER -- Mark Knoop ___ lilypond-user

Re: Behaviour of TextSpanner dashes

2014-02-05 Thread Mark Knoop
a number like #-0.5 instead of #CENTER -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: autochange and tuplet brackets

2013-12-20 Thread Mark Knoop
which doesn't occur in real music? ;) Yes, it's a bug, the cause of which was discussed recently in this thread: http://comments.gmane.org/gmane.comp.gnu.lilypond.devel/56456 -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: autochange and tuplet brackets

2013-12-20 Thread Mark Knoop
motivic item in two whole systems!). But let me guess: Is this from Mazeppa? Yes, and interestingly in this edition the rfz in the second system is misplaced. It should be on the LH d' d'' octave. -- Mark Knoop ___ lilypond-user mailing list lilypond

Re: Schikkers List

2013-12-02 Thread Mark Knoop
There seems to be a bug - see attached screenshot. Key signatures are inserted always as if in treble clef rather than appropriate to the selected clef. -- Mark Knoop attachment: bug.png___ lilypond-user mailing list lilypond-user@gnu.org https

Cluster function

2013-11-13 Thread Mark Knoop
as to where to start with such a function? I suppose I just need to get the positions of the two noteheads and draw a thick line in between. Many thanks, Mark -- Mark Knoop attachment: cluster.png___ lilypond-user mailing list lilypond-user@gnu.org https

use variable in \markup \override

2013-10-16 Thread Mark Knoop
(expecting number): gap -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: use variable in \markup \override

2013-10-16 Thread Mark Knoop
At 16:03 on 16 Oct 2013, David Kastrup wrote: Mark Knoop m...@opus11.net writes: Is there any way to use a variable in a \markup \override? That has nothing to do with LilyPond, but rather with Scheme. gap = 5 bskip = #'(baseline-skip . 5) ' means: don't evaluate the following expression

partcombine texts

2013-10-11 Thread Mark Knoop
example: \version 2.17.27 partone = \relative c' { c d e f g a b^combineText c d e r r } parttwo = \relative c' { r r e f r r g a d e f g } \score { \new Staff { \partone } \new Staff { \parttwo } \new Staff \partcombine \partone \parttwo } -- Mark Knoop

Re: partcombine texts

2013-10-11 Thread Mark Knoop
At 08:50 on 11 Oct 2013, James Worlton wrote: On Fri, Oct 11, 2013 at 8:29 AM, Mark Knoop m...@opus11.net wrote: Hi all, I'm using partcombine and am looking for a way to add a text marking when automatic combining starts. It seems the Part_combine_engraver only provides text hooks

Re: cadenza and bars

2013-10-08 Thread Mark Knoop
-- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Hairpin with pro/preceeding text

2013-10-02 Thread Mark Knoop
} { s4\ s4 s4 s4 s4\!\poco\ s4 s4 s4\! } } -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-30 Thread Mark Knoop
this for the layout you require, you can always have a separate score block for midi output. i.e. just append to your file something like: \score { { s1*4 \VoiceMusic } { \PianoRHMusicIntro \PianoRHMusic } { \PianoLHMusicIntro \PianoLHMusic } \midi { } } -- Mark Knoop

repeating bar numbers and rehearsal marks in frenched score

2013-09-25 Thread Mark Knoop
. Then, for example when the brass are all not playing on one page, I get two rehearsal figures without a staff in between. Is it possible to get the Dynamics contexts to be aware of when the intervening staffs have been removed? Minimal example attached and any thoughts appreciated. -- Mark Knoop

bendAfter affected by bar numbers - possible bug?

2013-09-19 Thread Mark Knoop
\sixteens } \new Score \with { % bar number set high to accentuate the problem currentBarNumber = #200 barNumberVisibility = #(every-nth-bar-number-visible 1) \override BarNumber.break-visibility = #end-of-line-invisible } { \music \sixteens } -- Mark Knoop

Re: xpdf broken on ubuntu

2013-04-08 Thread Mark Knoop
At 20:36 on 07 Apr 2013, Orm Finnendahl wrote: Hi Mark, Am Sonntag, den 07. April 2013 um 16:48:14 Uhr (+0100) schrieb Mark Knoop: https://github.com/markk/textedit-ly Thanks that was really helpful (especially the apparmor part! Ubuntu seems to gradually digress into some bugridden version

Re: xpdf broken on ubuntu

2013-04-08 Thread Mark Knoop
At 10:50 on 08 Apr 2013, Orm Finnendahl wrote: Am Montag, den 08. April 2013 um 08:47:45 Uhr (+0100) schrieb Mark Knoop: If you can send me that script and documentation I'll include it in the git repo. ok, here you go: Updated now at https://github.com/markk/textedit-ly -- Mark Knoop

Re: xpdf broken on ubuntu

2013-04-07 Thread Mark Knoop
-- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: evince handling textedit:// -- updated version

2012-10-10 Thread Mark Knoop
There is now a new version of this in Python which should work better for most people. Now configurable to your favourite editor. https://github.com/markk/textedit-ly -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: evince handling textedit://

2012-10-08 Thread Mark Knoop
a little easier. I've put the info and necessary files here: https://github.com/markk/textedit-ly Let me know if this works for you. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: F-flat Key Signature

2012-09-19 Thread Mark Knoop
wrongly. (And with awful spacing in this Sibelius produced image.) http://en.wikipedia.org/wiki/File:Db_minor_key_signature.png I believe the initial B-flat is optional. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: F-flat Key Signature

2012-09-19 Thread Mark Knoop
/watch?feature=player_detailpagev=Sh03YXzvDF4#t=89s -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Repeat volta/alternative with voices

2012-08-20 Thread Mark Knoop
{ } } === and all will be well. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Hauptstimme Brackets?

2012-07-06 Thread Mark Knoop
TextSpanner #'(bound-details left-broken text) = ##f \once \override TextSpanner #'(bound-details right-broken text) = ##f -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: -dshow-available-fonts vs. UNIX stdout?

2012-06-20 Thread Mark Knoop
is to stderr, so: lilypond -dshow-available-fonts x 2 show-available-fonts.txt should do the trick. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: editorial brackets

2012-05-03 Thread Mark Knoop
://lilypond.org/doc/v2.14/Documentation/notation/writing-pitches#accidentals -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: extra repeat opening bar (related to \hideNotes?)

2012-04-14 Thread Mark Knoop
\5 d fis\5 d | %% bar 21 fis4\5 d fis\5 d | See Known issues and warnings here: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Special-rhythmic-concerns#Grace-notes -- Mark Knoop ___ lilypond-user mailing list lilypond-user

Re: wrong beaming

2012-03-15 Thread Mark Knoop
note (steven's suggestion gives beaming by eight notes, that i don't find satisfactory). i know i saw once a solution to this, but i can't find where... \set baseMoment = #(ly:make-moment 1 8) \set subdivideBeams = ##t -- Mark Knoop ___ lilypond-user

Re: number of staff lines

2012-02-09 Thread Mark Knoop
but the middle line mainly in Baroque music and earlier. The tenor clef (on the 4th line) is very common in cello, bassoon, trombone music. -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: pdf to .ly?

2012-01-20 Thread Mark Knoop
command line software: - pdftk: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ - convert: http://www.imagemagick.org/ unpaper is ideal for this also http://unpaper.berlios.de/ -- Mark Knoop ___ lilypond-user mailing list lilypond-user@gnu.org

<    1   2   3   >