]> git.cworth.org Git - scherzo/commitdiff
Increase the default staff height just a bit.
authorCarl Worth <cworth@cworth.org>
Sat, 17 Sep 2011 23:06:34 +0000 (16:06 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 17 Sep 2011 23:06:34 +0000 (16:06 -0700)
At a height of 48, it's more comfortable to view, (while still having
a line_width of 1.0 for the staff lines).

scherzo.c

index ae8ea3284760ba900b6dfdb07f8ba72a2c01fd4b..6a04de991e3708dd684bf08415c598c7bb3a59db 100644 (file)
--- a/scherzo.c
+++ b/scherzo.c
@@ -115,7 +115,7 @@ main (int argc, char *argv[])
     gtk_init (&argc, &argv);
 
     scherzo.score = score_create (NULL);
     gtk_init (&argc, &argv);
 
     scherzo.score = score_create (NULL);
-    scherzo.staff_height = 24;
+    scherzo.staff_height = 48;
     score_set_staff_height (scherzo.score, scherzo.staff_height);
 
     window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
     score_set_staff_height (scherzo.score, scherzo.staff_height);
 
     window = gtk_window_new (GTK_WINDOW_TOPLEVEL);