Re: emacs point-and-click on OSX

2013-12-19 Thread Jacques Menu
Hello Kevin,

Select the icon of a .ly file, then Cmd-I (Lire les informations in the french 
interface).

In the window that pops up, you have a popup menu « Open with «  or equivalent 
in your language, to select which application to use to open this file by 
default.

Checking the box below it allow you to set this for all .ly file, not just one.

Hope this help!

JM

Le 18 déc. 2013 à 22:03:52, Kevin Patrick Barry barr...@tcd.ie a écrit :

 Dear LilyPond users,
 
 Can anyone provide me with instructions (or a link) to help me get
 point-and-click working on OSX? I use aquamacs (i.e. emacs) to edit
 lilypond files, and compilation/view works fine, but point and click
 still opens the built-in LilyPond editor.  I tried searching for
 instructions and found some old messages about it, but they are very
 technical and I didn't understand what was involved - a lot of editing
 browser options it seems. (I use Firefox.) Right now I'm using the
 default pdf viewer (Preview) but I would use a different one if that
 would make things easier.  I'm on LilyPond 2.16.2 and OSX 10.9.1.
 
 Thanks in advance,
 Kevin
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


--

Jacques Menu
Ch. de la Pierre 12
1023 Crissier

mailto:imj-...@bluewin.ch




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread Federico Bruni
He's asking a different question, which is covered here:
http://lilypond.org/doc/v2.17/Documentation/usage/configuring-the-system-for-point-and-click

but it's mainly for linux users
I have never had a mac so I can't help



2013/12/19 Jacques Menu imj-...@bluewin.ch

 Hello Kevin,

 Select the icon of a .ly file, then Cmd-I (Lire les informations in the
 french interface).

 In the window that pops up, you have a popup menu « Open with «  or
 equivalent in your language, to select which application to use to open
 this file by default.

 Checking the box below it allow you to set this for all .ly file, not just
 one.

 Hope this help!

 JM

 Le 18 déc. 2013 à 22:03:52, Kevin Patrick Barry barr...@tcd.ie a écrit :

 Dear LilyPond users,

 Can anyone provide me with instructions (or a link) to help me get
 point-and-click working on OSX? I use aquamacs (i.e. emacs) to edit
 lilypond files, and compilation/view works fine, but point and click
 still opens the built-in LilyPond editor.  I tried searching for
 instructions and found some old messages about it, but they are very
 technical and I didn't understand what was involved - a lot of editing
 browser options it seems. (I use Firefox.) Right now I'm using the
 default pdf viewer (Preview) but I would use a different one if that
 would make things easier.  I'm on LilyPond 2.16.2 and OSX 10.9.1.

 Thanks in advance,
 Kevin

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


 --

 Jacques Menu
 Ch. de la Pierre 12
 1023 Crissier

 mailto:imj-...@bluewin.ch imj-...@bluewin.ch





 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread Vaughan McAlley
These links might help... it’s all about setting the correct custom URL
handler.

Unhiding your Library folder (thanks Apple, heaven forbid we try to do
anything interesting):
http://www.se7ensins.com/forums/threads/unhide-library-folder-in-mac-os-x-10-7-lion.428277/

Configuring your textedit URL handler:
http://superuser.com/questions/548119/how-do-i-configure-custom-url-handlers-on-os-x

Opening emacs at a specific line/column:
http://stackoverflow.com/questions/3139970/open-a-file-at-line-with-filenameline-syntax

I may be wrong, but what I would do is set the handler to be an application
(Applescript maybe) that takes the URL ( eg
textedit:///Users/vaughan/myfile.ly:164:10:10 ), parses the filename, line
number  position and converts it to a bash script like:

emacs -c +164:10 /Users/vaughan/myfile.ly

This might be a bit roundabout. Maybe emacs can handle textedit:/// URLs
directly?

Vaughan



On 19 December 2013 08:03, Kevin Patrick Barry barr...@tcd.ie wrote:

 Dear LilyPond users,

 Can anyone provide me with instructions (or a link) to help me get
 point-and-click working on OSX? I use aquamacs (i.e. emacs) to edit
 lilypond files, and compilation/view works fine, but point and click
 still opens the built-in LilyPond editor.  I tried searching for
 instructions and found some old messages about it, but they are very
 technical and I didn't understand what was involved - a lot of editing
 browser options it seems. (I use Firefox.) Right now I'm using the
 default pdf viewer (Preview) but I would use a different one if that
 would make things easier.  I'm on LilyPond 2.16.2 and OSX 10.9.1.

 Thanks in advance,
 Kevin

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RehearsalMark and MetronomeMark together…again…

2013-12-19 Thread Kieren MacMillan
Hi all,

 Do you have time to tell me what your hack is?

\once \override MetronomeMark.X-offset = #x

where x requires trial-and-error manual adjustment.

=(

Kieren.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread Kevin Patrick Barry
Dear Federico and Jacques,

Thank you both for your suggestions.  I had already set .ly files to
open in emacs by default, but it doesn't make point-and-click work.

I hadn't seen the improved documentation for the function in 2.17 (I
had read the current documentation), but I understand very little of
it.  It seems to be written for more technically knowledgeable people
than myself.  I have no idea how to configure Preview to use the
lilypond-invoke-editor script.  I looked through its preferences and
nothing about hyperlinks jumped out at me.  I was just wondering if
anybody else had made it work.  The 2.17 documentation is an
improvement, but still only provides information for people using Unix
or Linux.

Thanks anyway,
Kevin

On 19 December 2013 10:40, Federico Bruni fedel...@gmail.com wrote:
 He's asking a different question, which is covered here:
 http://lilypond.org/doc/v2.17/Documentation/usage/configuring-the-system-for-point-and-click

 but it's mainly for linux users
 I have never had a mac so I can't help



 2013/12/19 Jacques Menu imj-...@bluewin.ch

 Hello Kevin,

 Select the icon of a .ly file, then Cmd-I (Lire les informations in the
 french interface).

 In the window that pops up, you have a popup menu « Open with «  or
 equivalent in your language, to select which application to use to open this
 file by default.

 Checking the box below it allow you to set this for all .ly file, not just
 one.

 Hope this help!

 JM

 Le 18 déc. 2013 à 22:03:52, Kevin Patrick Barry barr...@tcd.ie a écrit :

 Dear LilyPond users,

 Can anyone provide me with instructions (or a link) to help me get
 point-and-click working on OSX? I use aquamacs (i.e. emacs) to edit
 lilypond files, and compilation/view works fine, but point and click
 still opens the built-in LilyPond editor.  I tried searching for
 instructions and found some old messages about it, but they are very
 technical and I didn't understand what was involved - a lot of editing
 browser options it seems. (I use Firefox.) Right now I'm using the
 default pdf viewer (Preview) but I would use a different one if that
 would make things easier.  I'm on LilyPond 2.16.2 and OSX 10.9.1.

 Thanks in advance,
 Kevin

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


 --

 Jacques Menu
 Ch. de la Pierre 12
 1023 Crissier

 mailto:imj-...@bluewin.ch





 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Is there a best practise for 3 voices one hand piano?

2013-12-19 Thread info

Hi-
here's what I've got but I'm not sure it's best practise. Thanks for 
feedback in advance

Jay
\version 2.16.1
\header {
  title = 19 Dec for left hand #2
  composer = Jay Hamilton
copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
\center-column
{  CC lic 2.5 some rights reserved Jay Hamilton 2013
see http://creativecommons.org/licenses/by-nd/2.5/;
   } }
   }
#(ly:set-option 'delete-intermediate-files #t)
#(set-default-paper-size letter 'landscape)
 #(set-global-staff-size 22)
% #(set! paper-alist (cons '(my size . (cons (* 5 in) (* 3 in))) 
paper-alist))

  \paper
 { % #(set-paper-size my size)
 indent = 30
 short-indent = 15
 right-margin = 30
 top-margin = 15
 bottom-margin = 15
 }

melody = \relative c
{
\clef bass
\key c \major
\time 3/4
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\override BreathingSign #'font-size = #5
\accidentalStyle forget
\set Staff.pedalSustainStyle = #'bracket
{\stemDown
\override TieColumn #'tie-configuration =
#'((-9.0 . -1))
  c, fis2 ~ c4
  \override TieColumn #'tie-configuration =
#'((-7.0 . -1))
  e d'2 ~ e4
  \override TieColumn #'tie-configuration =
#'((-5.0 . -1))
  gis d'4 ~ gis2  bes a'2.
  e a c2.}\\
  {\stemUp c8 a bes g a fis bes a c bes d e f ges f es d
  c fis e fis d e fis
   }
  
 \bar |.
}

\score {
\new Staff \melody
\layout {
\context {
\Staff \RemoveEmptyStaves
}
 }
\midi { }
}


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Is there a best practise for 3 voices one hand piano?

2013-12-19 Thread Alex Loomis
This would be more normal (I also cleaned up the code to make it easier to
read).

\version 2.16.1


 voicetop = \relative c {

\voiceOne

\clef bass

\key c \major

\time 3/4

c8 a bes g a fis | bes a c bes d e |

 f ges f es d c |

fis e fis d e fis |

 s2. \bar |.

}


 voicebot = \relative c {

\voiceTwo

c, fis2.

e d'2.

gis d'2.

bes a'2.

 e a c2.

}


 \score {

\new Staff 

 \new Voice {\voicetop}

\new Voice {\voicebot}



}


On Thu, Dec 19, 2013 at 11:50 AM, i...@soundand.com wrote:

 Hi-
 here's what I've got but I'm not sure it's best practise. Thanks for
 feedback in advance
 Jay
 \version 2.16.1
 \header {
   title = 19 Dec for left hand #2
   composer = Jay Hamilton
 copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
 \center-column
 {  CC lic 2.5 some rights reserved Jay Hamilton 2013
 see http://creativecommons.org/licenses/by-nd/2.5/;
} }
}
 #(ly:set-option 'delete-intermediate-files #t)
 #(set-default-paper-size letter 'landscape)
  #(set-global-staff-size 22)
 % #(set! paper-alist (cons '(my size . (cons (* 5 in) (* 3 in)))
 paper-alist))
   \paper
  { % #(set-paper-size my size)
  indent = 30
  short-indent = 15
  right-margin = 30
  top-margin = 15
  bottom-margin = 15
  }

 melody = \relative c
 {
 \clef bass
 \key c \major
 \time 3/4
 \override Staff.TimeSignature #' style = #' ()
 \override Score.BarNumber #'break-visibility = #end-of-line-invisible
 \override BreathingSign #'font-size = #5
 \accidentalStyle forget
 \set Staff.pedalSustainStyle = #'bracket
 {\stemDown
 \override TieColumn #'tie-configuration =
 #'((-9.0 . -1))
   c, fis2 ~ c4
   \override TieColumn #'tie-configuration =
 #'((-7.0 . -1))
   e d'2 ~ e4
   \override TieColumn #'tie-configuration =
 #'((-5.0 . -1))
   gis d'4 ~ gis2  bes a'2.
   e a c2.}\\
   {\stemUp c8 a bes g a fis bes a c bes d e f ges f es d
   c fis e fis d e fis
}
   
  \bar |.
 }

 \score {
 \new Staff \melody
 \layout {
 \context {
 \Staff \RemoveEmptyStaves
 }
  }
 \midi { }
 }


 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread David Kastrup
Vaughan McAlley vaug...@mcalley.net.au writes:

 On 19 December 2013 08:03, Kevin Patrick Barry barr...@tcd.ie wrote:

 Dear LilyPond users,

 Can anyone provide me with instructions (or a link) to help me get
 point-and-click working on OSX? I use aquamacs (i.e. emacs) to edit
 lilypond files, and compilation/view works fine, but point and click
 still opens the built-in LilyPond editor.  I tried searching for
 instructions and found some old messages about it, but they are very
 technical and I didn't understand what was involved - a lot of editing
 browser options it seems. (I use Firefox.) Right now I'm using the
 default pdf viewer (Preview) but I would use a different one if that
 would make things easier.  I'm on LilyPond 2.16.2 and OSX 10.9.1.

 These links might help... it’s all about setting the correct custom URL
 handler.

 Unhiding your Library folder (thanks Apple, heaven forbid we try to do
 anything interesting):
 http://www.se7ensins.com/forums/threads/unhide-library-folder-in-mac-os-x-10-7-lion.428277/

 Configuring your textedit URL handler:
 http://superuser.com/questions/548119/how-do-i-configure-custom-url-handlers-on-os-x

 Opening emacs at a specific line/column:
 http://stackoverflow.com/questions/3139970/open-a-file-at-line-with-filenameline-syntax

 I may be wrong, but what I would do is set the handler to be an application
 (Applescript maybe) that takes the URL ( eg
 textedit:///Users/vaughan/myfile.ly:164:10:10 ), parses the filename, line
 number  position and converts it to a bash script like:

 emacs -c +164:10 /Users/vaughan/myfile.ly

 This might be a bit roundabout. Maybe emacs can handle textedit:/// URLs
 directly?

When everything else fails, read the instructions.

URL:http://lilypond.org/doc/v2.17/Documentation/usage/configuring-the-system-for-point-and-click

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread David Kastrup
David Kastrup d...@gnu.org writes:

 When everything else fails, read the instructions.

 URL:http://lilypond.org/doc/v2.17/Documentation/usage/configuring-the-system-for-point-and-click

Sorry, this one got stuck in my mail queue and it would seem from the
messages in the mean time that you did.

That one can likely only be answered by someone knowing the OSX Preview
application and/or searching through its more detailed manual pages or
other information (when available).  Apparently noone did so far _and_
contributed to the LilyPond manual with the results.

Alternatively, you might want to try to get xdvi running on your
system.  It's quite likely less fancy, but its configuration is simple,
and the required file in .xdvirc in your home directory should work
under MacOSX as well.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re:emacs point-and-click on OSX

2013-12-19 Thread Kevin Patrick Barry
 Alternatively, you might want to try to get xdvi running on your
 system.  It's quite likely less fancy, but its configuration is simple,
 and the required file in .xdvirc in your home directory should work
 under MacOSX as well.

I feel like an idiot for asking this, but how would that help?  I
tried to open a lilypond pdf using xdvi and it responded with an
error, since it isn't a .dvi.  Can LilyPond produce .dvi files instead
of pdfs?  The only documentation that seems to mention it is the
section on lilypond-book.  I have no particular allegiance to Preview
(especially since it doesn't automatically update when I recompile),
so I don't mind using another pdf reader, but evince and xpdf (the
ones in the 2.17 documentation) are for Linux.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RehearsalMark and MetronomeMark together…again…

2013-12-19 Thread Ed Gordijn

Hi all,

Please note that this is't the last message in this thread.


 See: 
http://article.gmane.org/gmane.comp.gnu.lilypond.general/63383/match=rehearsal


I'll try my desktop tonight to find the correct link .

And the correct link is: 
http://article.gmane.org/gmane.comp.gnu.lilypond.general/63700


Included is the Lilypond code for the latest development version.

As you can see you can write:

\RehearsalMarkWithText #Theme from 007 #-0.83


The value -0.83 will be calculated for you, but I didn't find a way to 
use it in the function itself.



Greetings, Ed

\version 2.17.96
% #(ly:set-option 'debug-skylines)

#(define (format-mark-default mark context)
 Set the format for the RehearsalMark.
  From the manual: The file ‘scm/translation-functions.scm’ contains the definitions of format-mark-numbers

; Uncomment one of these options

; (format-mark-alphabet mark context)
; (format-mark-box-alphabet mark context)
; (format-mark-circle-alphabet mark context)

	; (format-mark-letters mark context)
 	; (format-mark-box-letters mark context)
 	; (format-mark-circle-letters mark context)
 	
 	; (format-mark-numbers mark context)
(format-mark-box-numbers mark context)
 	; (format-mark-circle-numbers mark context)
  
 	; (format-mark-barnumbers mark context)
 	; (format-mark-box-barnumbers mark context)
 	; (format-mark-circle-barnumbers mark context)
 	)
 	
#(define-markup-command (center-at-mark layout props mark text x-align) (markup? string? number?)
 Markup command used in RehearsalMarkWithText
  Check the value of x-align and print the correct value when neccessary

(let* (
(txt  (markup #:normal-text #:bold #:normalsize #:concat (  text)))

(txt-stencil  (interpret-markup layout props txt))
(txt-x-ext(ly:stencil-extent txt-stencil X))
(txt-width(- (cdr txt-x-ext)(car txt-x-ext)))

(mrk-stencil  (interpret-markup layout props mark))
(mrk-x-ext(ly:stencil-extent mrk-stencil X))
(mrk-width(- (cdr mrk-x-ext)(car mrk-x-ext)))

(x-align-new  (- (/ mrk-width (+ txt-width mrk-width)) 1 ))
(x-dif(abs (- x-align-new x-align)))
(x-dif-markup (markup #:small (format Change x-align to: ~5,2F x-align-new)))
)

(interpret-markup layout props
(if ( x-dif 0.02)
(markup #:concat (mark txt))
;else
(markup #:with-color blue  #:box (#:column (x-dif-markup
#:with-color black #:concat (mark txt
)
)
))


RehearsalMarkWithText = #(define-music-function (parser location text x-align) (string? number?)
 Calculate the value for x-align inside a markup script and hint the user for the correct value.
  This a a manual solution that (in my opinion) shouldn't be neccessary.
  The format for the RehearsalMark is defined in the procedure: format-mark-default  
  
  text this is a string that is addded with a dividing space to the RehearsalMark
  x-align  this defines the alignment: -1 is left and +1 is right. Use -1 for your first call
   and the correct value will be printed near the RehearsalMark.

#{
% Redefine the Rehearsal mark
% \once does work but generates multiple warning.
\set Score.markFormatter = #(lambda (mark context)
(markup #:center-at-mark (format-mark-default mark context)text x-align))

\once \override Score.RehearsalMark.self-alignment-X = #x-align
\mark \default

% Revert to the original format: This doesn't work in here!
% Thats why I defined \RehearsalMark which is used instead of \mark \default
%\set Score.markFormatter = #format-mark-box-numbers
%\unset Score.markFormatter
#})

% Use this function instead of \mark \default 	 
RehearsalMark = { \set Score.markFormatter = #format-mark-default
  \mark \default }

\score {
\relative c'' {

\clef G
\key c \major
\time 4/4

% Setting the startingpoint can be omitted as you would normaly start at #1
\set Score.rehearsalMark = #10
\RehearsalMarkWithText #Theme from 007 #-1% This means left aligned which is a good start
c1 
e( f) \bar || 
\RehearsalMarkWithText #Theme from 007 #-0.83 % The calculated value for x-align is applied
g( e) \break

\RehearsalMark % Revert to \mark \default
c1 
e( f) \bar ||
\RehearsalMark
g( e)
  }
}

\layout{
indent = 0
ragged-right = ##t

\context {
\Staff
\remove Time_signature_engraver }
}
%%% end of example___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: emacs point-and-click on OSX

2013-12-19 Thread David Kastrup
Kevin Patrick Barry barr...@tcd.ie writes:

 Alternatively, you might want to try to get xdvi running on your
 system.  It's quite likely less fancy, but its configuration is simple,
 and the required file in .xdvirc in your home directory should work
 under MacOSX as well.

 I feel like an idiot for asking this, but how would that help?

My turn to feel like an idiot.  I meant xpdf.  I apologize for any
unnecessary work this brain malfunction of mine might have caused.

 but evince and xpdf (the ones in the 2.17 documentation) are for
 Linux.

I was of the opinion that MacOSX was able to run X11 applications.
Evince is tied into GNOME, but Xpdf should have a fair chance to get it
to run under MacOSX I think.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Gregorian chant bug?

2013-12-19 Thread bobr...@centrum.is
I've been trying out the Gregorian chant mode in an effort to learn enough 
about it to help a friend with it.  I ran into some seemingly anomalous output 
and actually found quite similar strangeness in the docs.  Here:

http://www.lilypond.org/doc/v2.16/Documentation/notation/typesetting-gregorian-chant

...near the top of the page, under the heading, 'Gregorian chant contexts' 
there is a short example of some Gregorian chant.  At the second 
'\divisioMinima' (the whole line reads: c' \divisioMinima \break) the anomaly 
occurs.  The expected output, I believe is a 'c' punctum followed by the 
divisio minima and then the custos at the line break.  In the output, however, 
the divisio minima *precedes* the 'c' punctum.

-David

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Gregorian chant bug?

2013-12-19 Thread karl
David:
...
 http://www.lilypond.org/doc/v2.16/Documentation/notation/typesetting-gregorian-chant
...
 At the second '\divisioMinima' (the whole line reads: c' \divisioMinima 
 \break) the anomaly occurs.

I see it. It do seem to work with version 2.17.25.

Hälsningar,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sverige
0173 140 57



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Is there a best practise for 3 voices one hand piano?

2013-12-19 Thread info
 

Alas I'm not looking for more normal but I do want it to be explicit
so eliminating the ties by making the chords dotted values takes away
from it. 

You using top and bottom voice is interesting I'm not sure I
understand how that is 'better' than what I have done except making it
more separate in this instance but when there is a single voice this
would make it more difficult for me to track what is going. I think.
Basically in terms of the way it looks you've confirmed that I'm on the
right track if not the nicest coding. 

Thanks 

Jay 

On 2013-12-19
10:19, Alex Loomis wrote: 

 This would be more normal (I also cleaned
up the code to make it easier to read). 
 
 version 2.16.1 
 

voicetop = relative c { 
 
 voiceOne
 
 clef bass
 
 key c
major
 
 border: none; padding: 0px;
 /p 
 
 kquote
 ding:
0px; 
 
 f ges f es d c | 
 
 s2. bar |. voicebot = relative c {

 
 0 0 0 40px; border: none; padding: 0px;
 lt;c, fis2. } 
 

score { On Thu, Dec 19, 2013 at 11:50 AM,  short-indent = 15

right-margin = 30
 top-margin = 15
 bottom-margin = 15
 }
 
 me


 3/4
 override Staff.TimeSignature #' style = #' ()
 de
Score.BarNumber #'break-visibility = #end-of-line-invisible
 override
BreathingSign #'font-size = #5
 accidentalStyle forget
 set
Staff.pedalSustainStyle = #'bracket
 {stemDown
 override TieColumn
#'tie-configuration =
 #'((-9.0 . -1))
 c, fis2 ~ c4




Links:
--
[1]
https://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: delayed turn

2013-12-19 Thread Eluze
Mark Stephen Mrotek wrote
 
 As an example of the inconsistency, one measure was repeated 9 times - see
 turn.ly and turn.pdf. The turn should be between the c8. and the d16 . All
 turns should be under the slur.
 
  
 
 What should I change?

please always reduce your code to minimal!

the following code should help to get the expected result:

\new Staff {
  \time 2/4
  \relative c'' {
\override Fingering  #'avoid-slur  = #'inside
\override Fingering  #'outside-staff-priority   = #16
\override Slur #'outside-staff-priority   = #666
\override TextScript #'avoid-slur = #'inside
\override TextScript #'outside-staff-priority  = #15
\repeat unfold 9 {
  c8. ( ^hello -3
  d16-2 es f g es-2 )
}
  }
}

sometimes it's not enough to say /#'avoid-slur = #'inside/ because other
items have a higher or lower priority and can interfere!

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156145.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: delayed turn

2013-12-19 Thread Alex Loomis
Using \override Fingering #'avoid-slur = #'inside (with no \once) and
tweaking the offset seemed sufficient. The attached file looked fine to me.


On Thu, Dec 19, 2013 at 7:27 PM, Eluze elu...@gmail.com wrote:

 Mark Stephen Mrotek wrote
 
  As an example of the inconsistency, one measure was repeated 9 times -
 see
  turn.ly and turn.pdf. The turn should be between the c8. and the d16 .
 All
  turns should be under the slur.
 
 
 
  What should I change?

 please always reduce your code to minimal!

 the following code should help to get the expected result:

 \new Staff {
   \time 2/4
   \relative c'' {
 \override Fingering  #'avoid-slur  = #'inside
 \override Fingering  #'outside-staff-priority   = #16
 \override Slur #'outside-staff-priority   = #666
 \override TextScript #'avoid-slur = #'inside
 \override TextScript #'outside-staff-priority  = #15
 \repeat unfold 9 {
   c8. ( ^hello -3
   d16-2 es f g es-2 )
 }
   }
 }

 sometimes it's not enough to say /#'avoid-slur = #'inside/ because other
 items have a higher or lower priority and can interfere!

 Eluze



 --
 View this message in context:
 http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156145.html
 Sent from the User mailing list archive at Nabble.com.

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

\version 2.17.95

\relative c'' {
  \key c \major
  \numericTimeSignature
  \time 2/4
  \repeat unfold 10 {
  \once \override TextScript #'extra-offset = #'(-0.5 . -1.5)
  \once \override TextScript #'avoid-slur = #'inside
  \once \override TextScript #'outside-staff-priority = ##f
  \override Fingering #'avoid-slur = #'inside
  c8.-3 ( ^\markup \tiny \override #'(baseline-skip . 1) {
  \halign #-4
  \center-column {
  \musicglyph #scripts.turn \natural } }
  d16-2 ees f g ees-2 ) |
  }
}___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: delayed turn

2013-12-19 Thread Mark Stephen Mrotek
Eluze,

Thank you for your reply and the instructions.
The length of the code was to demonstrate the inconsistencies, i.e., nine
separate instances produce randomly two different results. 
Why is it that the code presented in the manual ( and copied in my exampled
) does not produce in my work the same as is in the manual?

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Eluze
Sent: Thursday, December 19, 2013 4:28 PM
To: lilypond-user@gnu.org
Subject: Re: delayed turn

Mark Stephen Mrotek wrote
 
 As an example of the inconsistency, one measure was repeated 9 times - 
 see turn.ly and turn.pdf. The turn should be between the c8. and the 
 d16 . All turns should be under the slur.
 
  
 
 What should I change?

please always reduce your code to minimal!

the following code should help to get the expected result:

\new Staff {
  \time 2/4
  \relative c'' {
\override Fingering  #'avoid-slur  = #'inside
\override Fingering  #'outside-staff-priority   = #16
\override Slur #'outside-staff-priority   = #666
\override TextScript #'avoid-slur = #'inside
\override TextScript #'outside-staff-priority  = #15
\repeat unfold 9 {
  c8. ( ^hello -3
  d16-2 es f g es-2 )
}
  }
}

sometimes it's not enough to say /#'avoid-slur = #'inside/ because other
items have a higher or lower priority and can interfere!

Eluze



--
View this message in context:
http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156145.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Gregorian chant bug?

2013-12-19 Thread Alex Loomis
It displays correctly in 2.17.95


On Thu, Dec 19, 2013 at 5:57 PM, k...@aspodata.se wrote:

 David:
 ...
 
 http://www.lilypond.org/doc/v2.16/Documentation/notation/typesetting-gregorian-chant
 ...
  At the second '\divisioMinima' (the whole line reads: c' \divisioMinima
 \break) the anomaly occurs.

 I see it. It do seem to work with version 2.17.25.

 Hälsningar,
 /Karl Hammar

 ---
 Aspö Data
 Lilla Aspö 148
 S-742 94 Östhammar
 Sverige
 0173 140 57



 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RehearsalMark and MetronomeMark together…again…

2013-12-19 Thread Alex Loomis
This is for a rehearsal mark with text, I'm not sure what Paul was looking
for, but I was asking is there is a way to type something like \tempo
Andante 4=90 avec douleur


On Thu, Dec 19, 2013 at 3:24 PM, Ed Gordijn ed.klari...@gmail.com wrote:

  Hi all,


 Please note that this is't the last message in this thread.

  See:
 http://article.gmane.org/gmane.comp.gnu.lilypond.general/63383/match=rehearsal

 I'll try my desktop tonight to find the correct link .

 And the correct link is:
 http://article.gmane.org/gmane.comp.gnu.lilypond.general/63700

 Included is the Lilypond code for the latest development version.

 As you can see you can write:

  \RehearsalMarkWithText #Theme from 007 #-0.83


 The value -0.83 will be calculated for you, but I didn't find a way to use
 it in the function itself.


 Greetings, Ed


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RehearsalMark and MetronomeMark together…again…

2013-12-19 Thread Ed Gordijn
Hi Alex,

 This is for a rehearsal mark with text, I'm not sure what Paul was
looking for, but I was asking is there is a way to type something like
\tempo Andante 4=90 avec douleur

Yes you are probably right.

 As you can see you can write:

 \RehearsalMarkWithText #Theme from 007 #-0.83

But if you look at the start of this thread the question was to combine a
rehearsal mark with a tempo mark.

  \mark \default
  \tempo \markup This is a really long tempo mark

And that is the reason I wrote this function.

Greetings, Ed
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


SostenutoPedalLineSpanner and texts

2013-12-19 Thread Simon Bailey
Hi,

I'd like the SostenutoLine to be prefixed with (Sost.) after a line
break. Is there a possibility to get the SostenutoPedalLineSpanner to
support the following definition?

\override SostenutoPedalLineSpanner.bound-details.left-broken.text =
(Sost.)

Thanks, regards,
sb
-- 
Do not meddle in the affairs of trombonists, for they are subtle and quick
to anger.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user