]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-score-parameters.cc
\note-by-number supports flag-styles
[lilypond.git] / lily / slur-score-parameters.cc
index eec7daaeec310d8e20e90d9cd310bf17a2c2f76e..a8cbe4b7f90b7d610ad240633f6153de0e0cdc95 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2006--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -78,4 +78,8 @@ Slur_score_parameters::fill (Grob *me)
     = get_detail (details, ly_symbol2scm ("close-to-edge-length"));
   encompass_object_range_overshoot_
     = get_detail (details, ly_symbol2scm ("encompass-object-range-overshoot"));
+  slur_tie_extrema_min_distance_
+    = get_detail (details, ly_symbol2scm ("slur-tie-extrema-min-distance"));
+  slur_tie_extrema_min_distance_penalty_
+    = get_detail (details, ly_symbol2scm ("slur-tie-extrema-min-distance-penalty"));
 }